@if ($product->product_thumbnail) @endif
Product Gallery
Name: {{ $product->name }} Sub-Title: {{ $product->sub_title }} Category: {{ $product->category->name }}
Brand: {{ $product->brand->name ?? 'N/A' }} Product Type: {{ $product->productType->name ?? 'N/A' }}
Medium Description:

{!! html_entity_decode($product->medium_description) !!}

{!! html_entity_decode($product->specification->body ?? 'N/A') !!}
@if ($product->manual_warranties->isNotEmpty()) @foreach ($product->manual_warranties as $manual_warranty)
{{ $manual_warranty->name }}

{{ $manual_warranty->sub_title }}

Download : {{ $manual_warranty->get_size('storage/files/product/document/') }} KB Format : {{ $manual_warranty->file_type }} Modified : {{ $manual_warranty->last_modified('storage/files/product/document/') }}
   
@endforeach @endif
@if ($product->catalogues->isNotEmpty()) @foreach ($product->catalogues as $catalogue)
{{ $catalogue->name }}

{{ $catalogue->sub_title }}

Download : {{ $catalogue->get_size('storage/files/product/document/') }} KB Format : {{ $catalogue->file_type }} Modified : {{ $catalogue->last_modified('storage/files/product/document/') }}
   
@endforeach @endif
{!! html_entity_decode($product->order_information->body ?? 'N/A') !!}