@extends('layouts.cms_app') @section('content')

{{$title}}

@include('cms.includes.error_messages')
@include('cms.includes.alert_messages')
{{ csrf_field() }}

Cancelar
@endsection @section('scripts') @endsection