@extends('layouts.app') @section('template_title') Create Evento @endsection @section('content')
@if ($errors->any()) @endif
Registrar Evento
@csrf @include('evento.form')
@endsection @section('js') @endsection