@yield('HeadInclude')
first();?>
Toggle navigation
@if(Auth::user()) @if(Auth::user()->role == 'agent')
Users
@endif @if(Auth::user()->role == 'admin')
Home
Staffs
Emails
Manage
Settings
Agent Panel
{{Auth::user()->user_name}}
{{Auth::user()->user_name}} - {{Auth::user()->role}}
Profile
Sign out
@elseif(Auth::user()->role == 'user' || Auth::user()->role == 'agent' )
{{Auth::user()->user_name}}
{{Auth::user()->user_name}} - {{Auth::user()->role}}
@if(Auth::user()->role == 'agent')
Profile
@else
Profile
@endif
Sign out
@endif @else
Sign In
Register
@endif
Staffs
Departments
Teams
Groups
Emails
Ban List
Template
Diagnostic
Help Topic
SLA Plans
Forms
Company
System
Email
Tickets
Access
Auto-Responce
Alert & Notice
User Directory
Organizations
@yield('PageHeader') @yield('breadcrumbs')
@yield('content')
@yield('FooterInclude')