@if ( request()->path() == '/') @else @endif
  • @lang('Home')
  • @lang('Invest Properties')
  • @lang('Contact Us')
    @guest
  • @lang('Login/Register')
  • @endguest @auth
  • @lang('My Account')
      @if(auth()->user()->user_type != 'user')
    • @lang('Agent Dashboard')
    • @else
    • @lang('User Dashboard')
    • @endif
    • @lang('Change Password')
    • @lang('Sign Out')
  • @endauth @guest
  • @lang('Post Property')
  • @endguest @auth
  • @lang('Post Property')
  • @endauth