@yield('page-title', admin_trans('dashboard'))

{{ admin_trans('loading') }}...
{{ admin_locale() === 'ar' ? 'EN' : 'ع' }} @php $pendingNotifications = \App\Models\Notification::where('status', 'pending')->count(); @endphp @if($pendingNotifications > 0) {{ $pendingNotifications > 99 ? '99+' : $pendingNotifications }} @endif

{{ auth()->user()->name }}

{{ auth()->user()->email }}

{{ admin_trans('profile') }} {{ admin_locale() === 'ar' ? 'English' : 'العربية' }}
@csrf