@extends('frontend::layouts.app')
@section('title', $productDetails->meta_title)
@section('keywords', $productDetails->meta_keywords)
@section('description', $productDetails->meta_description)
@section('image', $productDetails->primary_image_value)
@section('other_meta_tags')
{!! $productDetails->other_meta_tags !!}
@endsection
@push('css')
@endpush
@section('content')
{{ $productDetails->title }}
@if ($productDetails->productImages->isNotEmpty())
@foreach ($productDetails->productImages as $productImage)
@endforeach
@endif
@if ($productDetails->productConfigurations->isNotEmpty())
@endif
@if ($productDetails->productFinduses->isNotEmpty())
@endif
@if ($productDetails->productGalleries->isNotEmpty())
@endif
@if ($productDetails->productColors->isNotEmpty())
@foreach ($productDetails->productColors as $productColor)
@endforeach
@else
@endif
@if (!empty($productDetails->youtube_video_url))
@endif
{{ $productDetails->title }}
{{ $productDetails->short_description }}
@if ($productDetails->productColors->isNotEmpty() && $productDetails->productColors->count() > 1)
Colour
@foreach ($productDetails->productColors as $color)
@endforeach
@endif
@if ($productSeatingCapacities->isNotEmpty())
Seating Capacity
@foreach ($productSeatingCapacities as $productSeatingCapacity)
{{ $productSeatingCapacity->title }}
@endforeach
@endif
{!! $productDetails->description !!}
@if ($productDetails->productConfigurations->isNotEmpty())
@foreach ($productDetails->productConfigurations as $productConfiguration)
{{ $productConfiguration->title }}
{{ $productConfiguration->title }}
{{ $productConfiguration->description }}
@if ($productConfiguration->images_value)
@foreach ($productConfiguration->images_value as $image)
@endforeach
@endif
@endforeach
@endif
@if ($productDetails->productFinduses->isNotEmpty())
@foreach ($productDetails->productFinduses as $productFindus)
@endforeach
@endif
@if ($productDetails->productGalleries->isNotEmpty())
@foreach ($productDetails->productGalleries->chunk(7) as $chunk)
@foreach ($chunk as $gallery)
{{ $gallery->title }}
{{ $gallery->description }}
@endforeach
@endforeach
@foreach ($productDetails->productGalleries as $gallery)
{{ $gallery->title }}
{{ $gallery->description }}
@endforeach
@endif
$productDetails->model_3d_value])>
"{{ $productCms->brochure_title }}"
@if (!empty($productCms->brochure_description))
{{ $productCms->brochure_description }}
@endif
@if ($productDetails->model_3d_value)
"{{ $productCms->model_3d_title }}"
@if (!empty($productCms->model_3d_description))
{{ $productCms->model_3d_description }}
@endif
@endif
@if ($productDetails->productCharacteristics->isNotEmpty())
Characteristics
@foreach ($productDetails->productCharacteristics as $productCharacteristic)
{{ $productCharacteristic->title }}
{{ $productCharacteristic->description }}
@endforeach
@endif
@if ($similarProducts->isNotEmpty())
@foreach ($similarProducts as $similarProduct)
@endforeach
@endif
@include('frontend::product.modals.product-brochure-modal')
@include('frontend::product.modals.product-3d-model-modal')
@endsection
@push('js')