@php $user = Auth::guard('web')->user(); $agent_id = $user->id; $agent_order = App\Models\Order::where('agent_id', $agent_id) ->where('order_status', 'active') ->orderBy('id', 'desc') ->first(); @endphp
{{ __('user.Dashboard') }}
@if ($setting->agent_can_add_property) @if ($setting->agent_can_add_property == 'enable') @if ($agent_order) @if (($user->is_agency == 1 || $user->is_agency == 2 || $user->is_agency == 0) && $user->owner_id == 0)
{{ __('user.Company Profile') }}
@endif @endif @endif @endif @if ($user->owner_id != 0)
{{ __('user.My Properties') }}
@endif @if ($setting->agent_can_add_property) @if ($setting->agent_can_add_property == 'enable') @if ($agent_order) @if ($user->is_agency == 1)
{{ __('user.My Team') }}
@endif @endif @endif @endif @if ($setting->agent_can_add_property) @if ($setting->agent_can_add_property == 'enable') @if ($agent_order)
{{ __('user.My Properties') }}
{{ __('user.Booking Request') }}
{{ __('user.Purchase History') }}
@endif @endif @endif
{{ __('user.My Wants') }}
{{ __('user.Received Wants') }}
{{ __('user.My Profile') }}
{{ __('My Chats') }}
{{ __('user.My Booking') }}
{{ __('user.Change Password') }}
{{ __('admin.KYC Verifaction') }}
{{ __('user.Logout') }}