@php $receipts = \App\Models\StoreDetails::GetSampleReceipts(); $max_receipt_per_merchant = count($receipts) > 1 ? 1 : null; @endphp
{{ __('spinandwin.labelReceiptExample') }}
@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