-
- Dashboard @if( auth()->user()->role_id == 1 || auth()->user()->role_id == 3 || auth()->user()->role_id == 4 || auth()->user()->role_id == 2 )
- Employee @endif @if( auth()->user()->role_id == 1 || auth()->user()->role_id == 3 || auth()->user()->role_id == 4 || auth()->user()->role_id == 2 || auth()->user()->role_id == 5)
-
Leave
-
View List
@if( auth()->user()->role_id == 1 )
- Leave Config @endif
@endif
@if( auth()->user()->role_id == 1 || auth()->user()->role_id == 2 || auth()->user()->role_id == 3 || auth()->user()->role_id == 4 )
- Clients @endif
- Reports
- Assets
- Vendors
- Company Docs @if( auth()->user()->role_id == 1 || auth()->user()->role_id == 2 || auth()->user()->role_id == 3 || auth()->user()->role_id == 4 || auth()->user()->role_id == 5)
- Notice Board
- Holidays
- Policies @endif @if( auth()->user()->role_id == 1 || auth()->user()->role_id == 2 )
- Common Setting @endif
- Your Setting
-
{{ Auth::user()->first_name }}
- Your Profile
- Change Password
- Logout
@include('flash::message')
@yield('content')