@yield('HeadInclude')
Toggle navigation
@if($replacetop==0)
{!! Lang::get('lang.dashboard') !!}
{!! Lang::get('lang.users') !!}
{!! Lang::get('lang.tickets') !!}
{!! Lang::get('lang.tools') !!}
@if($auth_user_role == 'admin')
Report
@endif
@else @endif
@if($auth_user_role == 'admin')
{!! Lang::get('lang.admin_panel') !!}
@endif @include('themes.default1.update.notification')
{!! $notifications->count() !!}
×
Alert!
You have {!! $notifications->count() !!} notifications.
Mark all as read.
@if($notifications->count()) @foreach($notifications->orderBy('created_at', 'desc')->get()->take(10) as $notification) @if($notification->notification->type->type == 'registration') @if($notification->is_read == 1)
 
{!! $notification->notification->type->message !!}
@else
 
{!! $notification->notification->type->message !!}
@endif @else @if($notification->is_read == 1)
 
{!! $notification->notification->type->message !!} with id "{!!$notification->notification->model->ticket_number!!}"
@elseif($notification->notification->model)
 
{!! $notification->notification->type->message !!} with id "{!!$notification->notification->model->ticket_number!!}"
@endif @endif @endforeach @endif
View all
@if($auth_user_id)
{{$auth_name}}
@endif
{{$auth_name}} - {{$auth_user_role}}
{!! Lang::get('lang.profile') !!}
{!! Lang::get('lang.sign_out') !!}
first(); ?>
@if($replacetop==0)
{!! Lang::get('lang.user_directory') !!}
{!! Lang::get('lang.organizations') !!}
{!! Lang::get('lang.open') !!}
{!! Lang::get('lang.answered') !!}
{!! Lang::get('lang.assigned') !!}
{!! Lang::get('lang.closed') !!}
can_create_ticket == 1) { ?>
{!! Lang::get('lang.create_ticket') !!}
{!! Lang::get('lang.canned_response') !!}
{!! Lang::get('lang.knowledge_base') !!}
@if($auth_user_role == 'admin')
@endif @endif
@yield('PageHeader') {!! Breadcrumbs::renderIfExists() !!}
@yield('content')
@yield('FooterInclude')