Complaint Cell — 1992
Home & Tribal Affairs, KPK
Main Menu
Dashboard
@if(!in_array(auth()->user()->role, ['minister', 'department']))
Complaint Form
@endif
Complaints
@if(auth()->user()->is_admin != 0)
Users
@endif
Home & Tribal Affairs Department, KPK
Complaint Cell — Management System
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}
{{ Auth::user()->name }}
Signed in as
{{ Auth::user()->name }}
@csrf
Logout
@yield('content')