{{ __('Dashboard') }} @if(Auth::user()->is_admin) المطالبات المالية @php $newClaimsCount = \App\Models\FinancialClaim::where('status', 'جديد')->count(); @endphp @if($newClaimsCount > 0) {{ $newClaimsCount }} @endif @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} @if(Auth::user()->is_admin) المطالبات المالية @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}