{{ $stylesheet ?? '' }}
@if ($agents->isEmpty())
Nenhum agente cadastrado.
@else @foreach ($agents as $agent) @endforeach @endif
@if (Auth::user()->role == 1 or Auth::user()->role == 2)
@endif

@yield('title', 'Dashboard')

{{ $slot }}
@yield('scripts') @auth @endauth