@extends('layouts.app') @section('template_title') Create Evento @endsection @section('content') @if ($errors->any()) @foreach ($errors->all() as $error) {{$error}} @endforeach @endif Registrar Evento @csrf @include('evento.form') @endsection @section('js') @endsection