@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') }}
@endsection @push('scripts_bottom') @endpush @if(!empty($giftModal)) @push('scripts_bottom2') @endpush @endif