Toggle navigation
@if(Auth::user()->is_admin == 1)
Users
Sensors
Maps
Settings
@endif
Dashboard
Bulletins
Bulletin Type
Bulletins
Phonebook
Contacts
Groups
Inbox
{!! app\Models\SmsLog::where('sl_status', '=', 'RECEIVED')->where('is_read', '=', '0')->count() == '0' ? '' : app\Models\SmsLog::where('sl_status', '=', 'RECEIVED')->where('is_read', '=', '0')->count() !!}
{{ Auth::user()->u_fname }} {{ Auth::user()->u_lname }}
Profile
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