{{ setting('phone_number') }}
{{ _trans('landlord.Book free evaluation') }} | {{ _trans('landlord.Upload your Property') }}
logo
logo
logo
logo
  • {{ _trans('landlord.Home') }}
  • {{ _trans('landlord.properties') }}
  • @foreach($menus as $main_menus)
  • {{ $main_menus->title }} @if(count($main_menus->children) > 0)
      @foreach($main_menus->children as $sub_menu)
    • {{ $sub_menu->title }} @if(count($sub_menu->children) > 0)
        @foreach($sub_menu->children as $child)
      • {{ $child->title }}
      • @endforeach
      @endif
    • @endforeach
    @endif
  • @endforeach
  • {{ _trans('landlord.blogs') }}
  • {{ _trans('landlord.contact us') }}
  • {{ @\Modules\Marsland\Entities\Cart::cartCount() }}
  • {{ @\Modules\Marsland\Entities\Cart::cartCount() }}
  • @if(auth()->check())
  • img
    • {{ _trans('landlord.My Profile') }}
    • {{ _trans('landlord.Purchase history') }}
    • {{ _trans('landlord.Settings') }}
    @csrf
    {{ _trans('landlord.sign out') }}
  • @else
  • {{ _trans('landlord.my account') }}
  • @endif