@can('Admin')
Home
Profile
{{-- start library --}}

LIBRARY

Division Management
Company Management
Department Management
Designation Management
Project Management
User Access Management
KPI Management
Issue Management
KPI Assigns
{{-- end library --}} {{--

LIBRARY

--}} {{-- start DataEntry --}}

Issue Entry Form

Issue Entry
{{--
Issue Assigns
--}}
{{-- end DataEntry --}} {{-- user-management start --}}

User Management

Role
Users
User Performance
Online User List
{{--
Source File DataBank
--}}
{{-- user-management end --}}
@endcan @if (auth::user()->department_id == 15) @can('General')
Home
Profile
Issue Entry
{{-- start DataEntry --}}

Performance

Performance Report
{{-- end DataEntry --}}
@endcan @endif @can('Manager')
Home
Profile
{{-- start library --}}

LIBRARY

Issue Management
{{-- end library --}} {{--

LIBRARY

--}} {{-- start DataEntry --}}

Issue Entry Form

Issue Entry
{{-- end DataEntry --}} {{-- user-management start --}}

User Management

User Performance
Online User List
{{-- user-management end --}}
@endcan @can('HR')
Home
Report
@endcan
Logged in as:
{{ auth()->user()->role->name ?? '' }}