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