{{ _trans('landlord.Playstore') }} {{ _trans('landlord.App Store') }}
09638303030 @if (Auth::check()) @php $totalItemCount = 0; if (Auth::check()) { $wishItems = \App\Models\Wishlist::where('user_id', @Auth::user()->id)->get(); } else { $wishItems = Session::get('cart'); } $wishItemsCount = !blank($wishItems) ? $wishItems->count() : 0; @endphp {{ _trans('landlord.Wistlist') }} @if ($wishItemsCount > 0) ({{ $wishItemsCount }}) @else (0) @endif @php $totalItemCount = 0; if (Auth::check()) { $cartItems = \App\Models\Cart::where('tenant_id', @Auth::user()->id)->get(); } else { $cartItems = Session::get('cart'); } $totalItemCount = !blank($cartItems) ? $cartItems->count() : 0; @endphp {{ _trans('landlord.Book List') }} @if ($totalItemCount > 0) ({{ $totalItemCount }}) @else (0) @endif @else {{ _trans('landlord.Wishlist') }} (0) {{ _trans('landlord.Book') }} () @endif
{{\Cache::get('locale')}} USD
{{ _trans('landlord.Language') }}
{{ _trans('landlord.Currency') }}
@guest
{{ _trans('landlord.Login') }} / {{ _trans('landlord.Register') }}
@endguest @auth

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

    @if (Auth::user()->role_id != 5)
  • {{ _trans('landlord.Dashboard') }}
  • @csrf {{ _trans('landlord.Logout') }}
  • @else
  • {{ _trans('landlord.Dashboard') }}
  • @csrf {{ _trans('landlord.Logout') }}
  • @endif
@endauth
  • {{ _trans('landlord.Home') }}
  • {{ _trans('landlord.Property') }}
  • {{ _trans('landlord.Blog') }}
  • {{ _trans('landlord.About') }}
  • {{ _trans('landlord.Contact Us') }}
@guest {{ _trans('landlord.Become Tenant') }} {{ _trans('landlord.Become Builder') }} {{ _trans('landlord.Become Land Owner') }} @endguest