@if(getcong('site_logo')) logo @else logo @endif
  • {{trans('words.home')}}
  • {{trans('words.type_text')}}
  • {{trans('words.property_text')}}
  • {{trans('words.pricing')}}
  • @foreach(\App\Pages::where('status','1')->where('page_position','Top')->orderBy('page_order')->get() as $page_data)
  • {{$page_data->page_title}}
  • @endforeach
@if(Auth::check())
@if(Auth::User()->user_image AND file_exists(public_path('upload/'.Auth::User()->user_image))) profile_img @else profile_img @endif Hi, {{ Str::limit(Auth::User()->name,6)}}
{{trans('words.dashboard_text')}}
@if(Auth::User()->usertype=="User")
{{trans('words.my_properties')}}
{{trans('words.add_properties')}}
@endif
{{trans('words.favourite_properties')}}
{{trans('words.profile')}}
{{trans('words.logout')}}
@else
  • {{trans('words.login_text')}}
@endif