@extends(getTemplate() .'.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content')

{{ trans('panel.dashboard') }}

@if(!$authUser->isUser())
offline) checked @endif class="custom-control-input" id="iNotAvailable">
@endif
@if(!$authUser->financial_approval and !$authUser->isUser())
{{ trans('panel.not_verified_alert') }} {{ trans('panel.this_link') }}.
@endif

{{ trans('panel.hi') }} {{ $authUser->full_name }}, {{ trans('panel.have_event',['count' => !empty($unReadNotifications) ? count($unReadNotifications) : 0]) }}

{{ trans('panel.view_all_events') }}

{{ trans('panel.noticeboard') }}

@foreach($authUser->getUnreadNoticeboards() as $getUnreadNoticeboard)

{!! truncate($getUnreadNoticeboard->title,150) !!}

{{ trans('public.created_by') }} {{ $getUnreadNoticeboard->sender }} | {{ dateTimeFormat($getUnreadNoticeboard->created_at,'j M Y | H:i') }}
@endforeach

{{ ($authUser->isUser()) ? trans('panel.learning_statistics') : trans('panel.monthly_sales') }}

{{ dateTimeFormat(time(),'M Y') }}

{{ trans('panel.offline_title') }}

{{ trans('panel.offline_hint') }}

@endsection @push('scripts_bottom') @endpush @if(!empty($giftModal)) @push('scripts_bottom2') @endpush @endif