{{ app()->getLocale() == 'en' ? 'E-Office ERP' : 'E-Office ERP' }}
@if(app()->getLocale() == 'en') user-image {{ __('locale.english') }} user-image {{ __('locale.dari') }} user-image {{ __('locale.pashto') }} @elseif(app()->getLocale() == 'fa') user-image {{ __('locale.dari') }} user-image {{ __('locale.pashto') }} user-image {{ __('locale.english') }} @elseif(app()->getLocale() == 'pa') user-image {{ __('locale.pashto') }} user-image {{ __('locale.dari') }} user-image {{ __('locale.english') }} @else user-image {{ __('locale.english') }} user-image {{ __('locale.dari') }} user-image {{ __('locale.pashto') }} @endif
@if($page_title ?? '' == 'Dashboard' || $page_title ?? '' == 'داشبورد')
getLocale() == 'en' ? 'left' : 'right' == 'en') class="row g-3 hiddens date_range_form mr-1" @else class="row g-3 hiddens date_range_form ml-1" @endif>
{{ __('dashboard.thisWeek') }} {{ __('dashboard.thisMonth') }} {{ __('dashboard.thisYear') }} {{ __('dashboard.dateRange') }} {{ __('dashboard.all') }}
@endif
{{ __('global.notifications') }}
{{ __('leave.mark_as_read_all') }}
@foreach($notifications as $notification) @php $user = null; if (!empty($notification->data['created_by'])) { $user = App\Models\User::find($notification->data['created_by']); } @endphp
{{ $user?->name ?? 'Unknown User' }}
{{ $user?->name ?? '' }}
{{ $notification->data['title'] ?? '' }}

{{ $notification->data['message'] ?? '' }}

{{ formatVertaDate($notification->created_at->timestamp) }}

@endforeach
{{ __('profile.view_all') }}
getLocale() == 'en') @else style="margin-left:1em;" @endif>
{{ __('profile.my_profile') }}
@csrf {{-- --}} {{-- --}}