@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())
@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)
{{ $productDetails->title }}
@endforeach
@else
{{ $productDetails->title }}
@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)
{{ $color->title }}
{{ $color->title }}
@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)
{{ $productConfiguration->title }}
@endforeach
@endif
@endforeach
@endif @if ($productDetails->productFinduses->isNotEmpty())
@foreach ($productDetails->productFinduses as $productFindus)
{{ $productDetails->title }}
@endforeach
@endif @if ($productDetails->productGalleries->isNotEmpty())
@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
@endif @if ($similarProducts->isNotEmpty())
Similar Products
@endif
@include('frontend::product.modals.product-brochure-modal') @include('frontend::product.modals.product-3d-model-modal') @endsection @push('js') {{-- --}} @endpush