@foreach($receipts as $receipt)
@foreach($receipt['images'] as $idx => $tab)
-
{{ $tab['label'] }}
@php
if($max_receipt_per_merchant && ($idx + 1) === $max_receipt_per_merchant) {
break;
}
@endphp
@endforeach
@endforeach
@foreach($receipts as $receipt)
@foreach($receipt['images'] as $idx => $tab)
@php
if($max_receipt_per_merchant && ($idx + 1) === $max_receipt_per_merchant) {
break;
}
@endphp
@endforeach
@endforeach