Manual & Warranties Document

@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/') }}
     
@csrf @method('DELETE')
@endforeach @endif

Catalogue

@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/') }}
     
@csrf @method('DELETE')
@endforeach @endif

Product Gallery

@if ($product->images->isNotEmpty()) @foreach ($product->images as $image)
Product Gallery
@csrf @method('DELETE')
@endforeach @endif