@if(request()->routeIs('dashboard'))
@if(auth()->user()->roles[0]->name == 'Admin' || auth()->user()->roles[0]->name == 'Super Admin')
@endif
@endif
PERMANENT EMPLOYEES
-
{{-- --}}
{{-- @if(request()->routeIs('dashboard')) --}}
@if(auth()->user()->roles[0]->name == 'Admin' || auth()->user()->roles[0]->name == 'Super Admin')
- Permanent {{-- Contractual --}} @endif {{-- @endif --}} {{--
-
-
{{ ucfirst(auth()->user()->name) }}
-
{{--
-
Dashboard
--}}
-
 }})
 }})