img
{{ auth()->user()->name }}
@if(count(notifications()) > 0) {{ count(notifications()) }} @endif
{{ _trans('common.Tenant') }}
@csrf
    @if(auth()->user()->role_id == 5 && (auth()->user()->address_verify == 1))
  • {{ _trans('common.Dashboard') }}
  • {{ _trans('common.My Profile') }}
  • {{ _trans('common.Purchase History') }}
  • {{ _trans('common.Properties') }}
  • {{ _trans('common.My Wishlist') }}
  • {{ _trans('common.Due payment') }}
  • {{ _trans('common.Notifications') }}
  • {{ _trans('common.Account Category') }}
  • {{ _trans('common.Accounts') }}
  • {{ _trans('common.Settings') }}
  • @else
  • {{ _trans('common.Verify Address') }}
  • @endif