@foreach ($inventoryLabels as $key => $label) @foreach ($label->inventoryProducts as $key => $product) @endforeach @if (!$loop->last)
@endif @endforeach
Label : {{ $label->qrCode->code }}
Container Name: {{ $label->name }}
Location : {{ $label->location->value }}
Type of Container : {{ $label->container->value }}
Total Products : {{ count($label->inventoryProducts) }}
Description
{{ $label->description }}
Product Detail

{{ $label->qrCode->code }}

Description
{{ $product->description }}
Product Name Qty Exp Date Exp R-date Currency SKU Code Price Insured
{{ $product->name }} {{ $product->qty }} {{ $product->expiry_date ?? '-' }} {{ $product->expiry_reminder_date ?? '-' }} {{ $product->sku_code ?? '-' }} {{ $product->price ?? '-' }} {{ $product->is_insured == 1 ? 'Yes' : 'No' }}