@vite('resources/css/app.css')
@if (Auth::check())
{{ Auth::user()->name }}
@else
Login
@endif
0
Notifications
Loading...
Open sidebar
@if (in_array('Toggle Button', $privileges))
@endif
Employee List
ID
Profile
Name
Actions
@yield('content')
@include('layouts.notification')
Confirm Logout
Are you sure you want to log out?
Cancel
@csrf
Logout