@extends('admin.layouts.app') @section('head') @endsection @section('content')

{{$title}}

@csrf
{{{$subtitle}}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Cancelar
@section('scripts') @endsection @endsection