@extends('layouts.app') @section('content') @include('eventos.create-edit', ['evento' => new App\Models\Evento()]) @endsection