@include('partials.ads_banner', ['banner' => $listing_top_ads, 'wrapperClass' => 'motorcycle-ads', 'imageSize' => '917x160'])
@php
$listingOptionRows = listing_option_rows($listing);
@endphp
@if (($listing_amenities ?? $listing_features)->count() > 0 || ($listing_characteristics ?? collect())->count() > 0 || count($listingOptionRows) > 0)
@endif
@if ($reviews->count() > 0)
@endif
@if(filled($listing->video_id))
@endif
@foreach ($galleries as $gallery)
@php
$galleryFullUrls = listing_gallery_picture_urls($gallery, 'full');
@endphp
@include('partials.listing-media-picture', [
'gallery' => $gallery,
'size' => 'full',
'alt' => html_decode($listing->translate->title),
'loading' => $loop->first ? 'eager' : 'lazy',
'fetchpriority' => $loop->first ? 'high' : null,
])
@if ($listing->is_featured == 'enable')
@endforeach
{{ __('translate.Featured') }}
@endif
@foreach ($galleries as $gallery)
@include('partials.listing_subcategory_promoted_banner', ['promoted' => $listing_detail_banner_promotion ?? null])
@include('partials.listing-media-picture', [
'gallery' => $gallery,
'size' => 'thumb',
'alt' => html_decode($listing->translate->title),
'loading' => 'lazy',
])
@endforeach
- {{ $listing?->sub_category?->name }} @if ($listing?->child_category)
- {{ $listing?->child_category?->name }} @endif
- {{ __('translate.Listing views label') }} : {{ $listing->total_view }}
{{ html_decode($listing->title) }}
{!! clean(html_decode($listing->description)) !!}
-
@foreach ($listingOptionRows as $optionRow)
- {{ $optionRow['label'] }}: {{ $optionRow['value'] }} @endforeach @foreach (($listing_amenities ?? $listing_features) as $listing_feature)
- {{ $listing_feature->name }} @endforeach
{{ __('translate.Characteristics') }}
-
@foreach ($listing_characteristics as $listing_characteristic)
- {{ $listing_characteristic->name }} @endforeach
@foreach ($reviews as $review)
@endforeach
-
@for ($i = 1; $i <= 5; $i++)
@if ($review->rating < $i)
- @else
- @endif @endfor
{{ html_decode($review->comment) }}
{{ html_decode($review?->user?->name) }}
{{ html_decode($review?->user?->designation) }}
@if ($listing->sub_category?->allowsBooking())
@endif
@if(!$listing->isOwnedByUser())
@auth('web')
@else
{{ __('translate.Book Now') }}
@endauth
@endif
@if ($agent)
@if ($setting->agent_contact_info == 'enable')
@endif
@include('partials.listing_detail_sidebar_location', ['listing' => $listing])
@include('partials.ads_banner', ['banner' => $listing_sidebar_ads, 'wrapperClass' => 'motorcycle-side-ber-ads', 'imageSize' => '457x466'])
@if ($agent->image)
@else
@endif
@php
$agentRoleLabel = $agent->getRoleLabel();
@endphp
@if (filled($agentRoleLabel) && $agentRoleLabel !== __('translate.No Role'))
{{ $agentRoleLabel }}
@endif{{ html_decode($agent->name) }} @php $kyc = Modules\Kyc\Entities\KycInformation::where('user_id',$agent->id)->where('status',1)->first(); @endphp @if($kyc) @endif
- {{ __('translate.Member Since') }} {{ $agent->created_at->format('Y') }}
- {{ __('translate.Total Listing') }} : {{ $agent->total_listing }}
-
@include('partials.protected_contact_link', [
'value' => $agent->phone,
'type' => 'tel',
'contextType' => 'listing',
'contextId' => $listing->id,
'contactKind' => 'phone',
'icon' => '',
])
@include('partials.protected_contact_link', [
'value' => $agent->whatsapp_phone,
'type' => 'whatsapp',
'contextType' => 'listing',
'contextId' => $listing->id,
'contactKind' => 'whatsapp',
'icon' => '',
])
@include('partials.agent_website_link', ['agent' => $agent, 'variant' => 'sidebar'])
{{ __('translate.Seller information is not available') }}
{{ __('translate.Safety Tips') }}
{!! clean($setting->safetytips) !!}