@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-900']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Novo Agente'])
@csrf @include('agentes.form', ['agente' => new \App\Models\Agente])
@endsection