logo
  • @if(!empty(auth()->user())&&auth()->user()->active)
    {{count($notifications)}}
    @endif
  • @if(!empty(auth()->user())&&auth()->user()->active)
  • @lang('site.Welcome to') {{auth()->user()->firstname ?? ''}}
    • @lang('site.profiles')
    • @lang('site.favourite')
    • @lang('site.My bookings')
    • @lang('site.logout')
  • @else
  • @lang('site.create account')
    • @lang('site.client')
    • @lang('site.investor')
  • @lang('site.login')
    • @lang('site.client')
    • @lang('site.investor')
  • @endif
@if(!empty(auth()->user())&&auth()->user()->active)
    @if(count($notifications)>0) @foreach($notifications as $notify)
  • {{-- id="resturant{{$notify->place_id}}" data-toggle="modal" data-target="#resturantModel{{$notify->place_id}}" --}} place_id != 0 && $notify->is_resturant == 1 ) id="resturant{{$notify->place_id}}" onclick="openModel(1,{{ $notify->place_id }},{{ $notify->id }})" @elseif($notify->place_id != 0 && $notify->is_resturant != 1) id="place{{$notify->place_id}}" onclick="openModel(0,{{ $notify->place_id }},{{ $notify->id }})" @else href="{{route('showNotifi',['ID' => $notify->id])}}" @endif>

    {{$notify->description}}

    @if($notify->place_id == 0)

    {{$notify->title}}

    @endif

    {{ \Carbon\Carbon::create($notify->created_at)->toFormattedDayDateString() }}

  • @endforeach @else
  • لا توجد تنبيهات جديده
  • @endif
@endif
  • @lang('site.home')
  • @lang('site.Aqar Booking')
      @foreach($CategoriesAquar as $category)
    • {{$category->name ?? ''}}
    • @endforeach
  • @lang('site.Car Booking')
      @foreach($CategoriesCar as $cat)
    • {{$cat->name ?? ''}}
    • @endforeach
  • @lang('site.another serviecs')
      {{-- @if($CategoriesPlaces->where('active', 1)) --}} @foreach($CategoriesPlaces as $categoryplace)
    • {{-- --}} {{$categoryplace->name ?? ''}}
    • @endforeach {{-- @endif --}}
  • @lang('site.help')
  • @if(Lang::locale()=='en') lang @else lang @endif
    @lang('site.language')
      @foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
      Warning: Undefined variable $properties in /home/saeeh/public_html/resources/views/frontend/layout/header.blade.php on line 473

      Warning: Trying to access array offset on value of type null in /home/saeeh/public_html/resources/views/frontend/layout/header.blade.php on line 473

      Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/saeeh/public_html/resources/views/frontend/layout/header.blade.php on line 473
      @if($properties['native']=='English')
    • @if($regionalSe[0]=='ar') lang-icon @else lang-icon @endif
      {{ $properties['native'] }}
    • @else
    • lang-icon
      {{ $properties['native'] }}
    • @endif @endforeach

@lang('site.Report any problem')