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