@extends('layouts.app') @section('template_title') Create Evento @endsection @section('content')
@includeif('partials.errors')
Create Evento
@csrf @include('evento.form')
@endsection