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