{{ __('translate.Urgent') }}
@endif @if ($listing->is_featured == 'enable')
@if ($agent->image)
@else
@endif
{{ html_decode($agent->name) }} @php $kyc = Modules\Kyc\Entities\KycInformation::where('user_id', $agent->id)->where('status', 1)->first(); @endphp @if ($kyc) @endif
- {{ html_decode($agent->address) }}
- {{ $total_agent_rating }} {{ __('translate.Reviews') }} @if ($setting->agent_contact_info == 'enable') @include('partials.protected_contact_link', [ 'value' => $agent->phone, 'type' => 'tel', 'contextType' => 'agent', 'contextId' => $agent->id, 'contactKind' => 'phone', 'variant' => 'banner', 'liClass' => 'active', 'icon' => '', ]) @endif
{{ __('translate.About Us') }}
{{ html_decode($agent->about_me) }}
{{ __('translate.Contact Info') }}
-
@include('partials.protected_contact_link', [
'value' => $agent->whatsapp_phone,
'type' => 'whatsapp',
'contextType' => 'agent',
'contextId' => $agent->id,
'contactKind' => 'whatsapp',
'variant' => 'profile',
'icon' => '',
])
@include('partials.agent_website_link', ['agent' => $agent, 'variant' => 'profile'])
@include('partials.protected_contact_link', [
'value' => $agent->email,
'type' => 'email',
'contextType' => 'agent',
'contextId' => $agent->id,
'contactKind' => 'email',
'variant' => 'profile',
'icon' => '',
])
- {{ html_decode($agent->address) }}
{{ __('translate.Working Hours') }}
-
@foreach([
'sunday' => __('translate.Sunday'),
'monday' => __('translate.Monday'),
'tuesday' => __('translate.Tuesday'),
'wednesday' => __('translate.Wednesday'),
'thursday' => __('translate.Thursday'),
'friday' => __('translate.Friday'),
'saturday' => __('translate.Saturday'),
] as $dayField => $dayLabel)
@if($agent->hasFilledWorkingDay($dayField))
- {{ $dayLabel }}{{ html_decode($agent->{$dayField}) }} @endif @endforeach
{{ __('translate.Location Map') }}
{{ __('translate.Social networks and website') }}
@if ($agentWebsiteUrl && $setting->agent_contact_info != 'enable') @endif @if ($agentHasSocialLinks) @endif{{ __('translate.Contact Us') }}
- {{ __('translate.Classified') }}
- {{ __('translate.Real Estate') }}
- {{ __('translate.Job Post') }}
@foreach ($listings as $index => $listing)
@if ($listing->category_id == 1)
@elseif ($listing->category_id == 2)
@elseif ($listing->category_id == 3)
@endif
@if ($listing->category_id == 3)
@else
@endif
@endforeach
@include('partials.listing-media-picture', ['listing' => $listing, 'size' => 'medium', 'alt' => 'img'])
{{ currency($listing->regular_price) }}/{{ __('translate.m') }}
{{ html_decode($listing->title) }}
@include('partials.listing-media-picture', ['listing' => $listing, 'size' => 'medium', 'alt' => 'img'])
{{ $listing?->sub_category?->name }}
@include('partials.listing-card-price', ['listing' => $listing])