Toggle navigation
{{ App\Models\Setting::pluck('s_abbr') }}
Menu Tabs
Dashboard
Documents
Incoming Documents
Outgoing Documents
RD's Schedule
RD's Calendar
Meetings
Events
Statistics
Document Statistics
User Statistics
Unit Statistics
Company Information
Employees
Groups
Accounts
WELCOME, {{ Auth::user()->u_fname }}
{{ App\Models\UserGroup::where('ug_id', Auth::user()->ug_id)->pluck('ug_name') }}
My Profile
@if(Auth::user()->u_administrator == 1)
System Settings
User Groups
@endif
Logout
@if(Session::has('unauthorize'))
×
{{ Session::get('unauthorize') }}
@endif @if(Session::has('update'))
×
{{ Session::get('update') }}
@endif @if(Session::has('success'))
×
{{ Session::get('success') }}
@endif