@vite(['resources/css/app.css', 'resources/js/app.js'])
Kaduna Electric
@auth
{{ auth()->user()->name }}
{{ auth()->user()->role_name }}
@csrf
Logout
@else
Login
@endauth
@auth @endauth
{{ $slot }}