logo logo logo logo
  • @if (App::getLocale() == 'ar') img @else img @endif
    @if (App::getLocale() == 'ar') {{ LaravelLocalization::getCurrentLocaleName() }} @else {{ LaravelLocalization::getCurrentLocaleName() }} @endif
    @foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties) @if ($properties['native'] == 'English') img
    English
    @elseif($properties['native'] == 'العربية') img
    العربية
    @endif {{-- {{ $properties['native'] }} --}}
    @endforeach
Notifications
Mark All Read

No new notifications

VIEW ALL
@if (auth()->user()->user_image != '') user-img @else user-img @endif
@if (auth()->user()->user_image != '') user-img @else user-img @endif
{{ auth()->user()->first_name }}
{{ auth()->user()->email }}
{{ trans('index.AccountSettings') }} {{ trans('index.SignOut') }}