@extends('layout') @section('title') {{ html_decode($listing->seo_title) }} @endsection @section('body-content')
@include('partials.ads_banner', ['banner' => $listing_top_ads, 'wrapperClass' => 'motorcycle-ads', 'imageSize' => '917x160'])
@if(filled($listing->video_id)) @endif
@foreach ($galleries as $gallery) @php $galleryFullUrls = listing_gallery_picture_urls($gallery, 'full'); @endphp @endforeach
@foreach ($galleries as $gallery)
@include('partials.listing-media-picture', [ 'gallery' => $gallery, 'size' => 'thumb', 'alt' => html_decode($listing->translate->title), 'loading' => 'lazy', ])
@endforeach
@include('partials.listing_subcategory_promoted_banner', ['promoted' => $listing_detail_banner_promotion ?? null])
  • {{ $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)) !!}
@php $listingOptionRows = listing_option_rows($listing); @endphp @if (($listing_amenities ?? $listing_features)->count() > 0 || ($listing_characteristics ?? collect())->count() > 0 || count($listingOptionRows) > 0)

    @foreach ($listingOptionRows as $optionRow)
  • {{ $optionRow['label'] }}: {{ $optionRow['value'] }}
  • @endforeach @foreach (($listing_amenities ?? $listing_features) as $listing_feature)
  • {{ $listing_feature->name }}
  • @endforeach
@if (($listing_characteristics ?? collect())->count() > 0)
{{ __('translate.Characteristics') }}
    @foreach ($listing_characteristics as $listing_characteristic)
  • {{ $listing_characteristic->name }}
  • @endforeach
@endif
@endif @if ($reviews->count() > 0)

@foreach ($reviews as $review)
    @for ($i = 1; $i <= 5; $i++) @if ($review->rating < $i)
  • @else
  • @endif @endfor
{{ $review->created_at->format('M d Y') }}

{{ html_decode($review->comment) }}

img

{{ html_decode($review?->user?->name) }}

{{ html_decode($review?->user?->designation) }}

@endforeach
@endif

(5.0)
@csrf
@if(captcha_enabled())
@include('partials.captcha-widget', ['captchaContext' => 'listing_review', 'captchaPrefix' => 'listing-review'])
@endif @guest('web')
{{ __('translate.Submit Review') }}
{{ __('translate.Submit Review') }}
@else
{{ __('translate.Submit Review') }}
{{ __('translate.Submit Review') }}
@endguest
@if ($listing->sub_category?->allowsBooking())
@if(!$listing->isOwnedByUser()) @auth('web') @else {{ __('translate.Book Now') }} @endauth @endif
@endif
@if ($agent)
@if ($agent->image) thumb @else thumb @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 }}
@if ($setting->agent_contact_info == 'enable')
    @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'])
@endif @else

{{ __('translate.Seller information is not available') }}

@endif @include('partials.listing_detail_sidebar_location', ['listing' => $listing])

{{ __('translate.Safety Tips') }}

{!! clean($setting->safetytips) !!}

{{ __('translate.Send Message') }}

@php $applyNowBtn = $listing->category_id == 3 ? '' : ''; @endphp @include('partials.agent-contact-form', [ 'agentId' => $listing->agent_id, 'listingId' => $listing->id, 'layout' => 'sidebar', 'extraButtons' => $applyNowBtn, ])
@include('partials.ads_banner', ['banner' => $listing_sidebar_ads, 'wrapperClass' => 'motorcycle-side-ber-ads', 'imageSize' => '457x466'])
@if($related_listings->count() > 0) @endif @auth('web') @if ($listing->sub_category?->allowsBooking()) @endif @endauth
@endsection @push('style_section') @endpush @push('js_section') @include('partials.captcha-scripts') @endpush