@foreach($qrCodes as $index => $qr)

Product ID: {{ $qr['product_id'] }}

Variable ID: {{ $qr['variable_id'] }}

Order ID: {{ $orderId }}

Box ID: {{ $qr['box_id'] }}

Box Size: {{ $qr['box_size'] }}

Box Weight: {{ $qr['box_weight'] }}

Box Friendly Name: {{ $qr['box_friendly_name'] }}

QR Code ID: {{ $qr['qr_code_id'] }}

Box {{ $index + 1 }} out of {{ count($qrCodes) }}

@if(file_exists(public_path($qr['qr_url']))) QR Code Image @else

Image not found

@endif {{--

{{ asset($qr['qr_url']) }}

--}}
@if(!$loop->last)
@endif
@endforeach