@if ($product->galleries->isNotEmpty())
@foreach ($product->galleries as $gallery)
@endforeach
@else
@endif
@if ($product->galleries->isNotEmpty())
@foreach ($product->galleries as $gallery)
@endforeach
@else
@endif
{!! $product->short_description !!}
{!! $product->product_note !!}
@if ($product->license_image && $product->license_title && $product->license_description)
{{ $product->license_title }}
{!! $product->license_description !!}
{{--
-
Brand Extension: Use of the label for further brands within the company or for
trademarks
-
Point of Sale: Use of the label for labelling and advertising the product
directly at the point of sale(e.g. packaging, displays, advertising materials).
-
External Sales Channels: Use of the label by the licensee's authorised sales
partners and retailersfor marketing the product.
--}}
@endif
@if ($product->productdetails->count())
@foreach ($product->productdetails->where('status', '1') as $index => $detail)
@if ($loop->odd)
@if ($loop->first)
{{-- Panel 1 --}}
@if ($detail->title)
{{ $detail->title }}
@endif
@if ($detail->description)
{!! $detail->description !!}
@endif
@else
{{-- Panel 3, 5, 7 ... --}}
@if ($detail->title)
{{ $detail->title }}
@endif
@if ($detail->description)
{!! $detail->description !!}
@endif
@endif
@if ($detail->image)
@endif
@else
{{-- Panel 2, 4, 6 ... --}}
@if ($detail->image)
@endif
@if ($detail->title)
{{ $detail->title }}
@endif
@if ($detail->description)
{!! $detail->description !!}
@endif
@endif
@endforeach
@endif
@if ($product->inspired_title != null && $product->inspired_description != null)
{!! $product->inspired_title !!}
{!! $product->inspired_description !!}
@endif
@if ($product->productInformations->isNotEmpty())
@foreach ($product->productInformations as $info)
{{ $info->title }}
{{ $info->description }}
@endforeach
@endif
@if ($product->dimension)
@endif
Colours Available:
@if ($product->productColors->isNotEmpty())
Structure
@foreach ($product->productColors as $color)
@endforeach
@endif
@if ($product->productfabrics->isNotEmpty())
Fabric
@foreach ($product->productfabrics as $item)
@endforeach
@endif
@endforeach