@extends(getTemplate() .'.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content') {{ trans('panel.dashboard') }} @if(!$authUser->isUser()) {{ trans('panel.i_not_available') }} 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]) }} @if(!empty($unReadNotifications) and !$unReadNotifications->isEmpty()) @foreach($unReadNotifications->take(5) as $unReadNotification) - {{ $unReadNotification->title }} @endforeach @if(count($unReadNotifications) > 5) ... @endif @endif {{ trans('panel.view_all_events') }} @endsection @push('scripts_bottom') @endpush @if(!empty($giftModal)) @push('scripts_bottom2') @endpush @endif