@extends('layouts.app') @section('template_title') Update Evento @endsection @section('content')
@includeif('partials.errors')
Update Evento
{{ method_field('PATCH') }} @csrf @include('evento.form')
@endsection