@if (app('request')->input('print') == 'y') @endif
@foreach ($data as $k => $v)
ADVANCE RECEIPT / إيصال مسبق
عميل/Customer: {{$v['customer_details']['name']}}
رقم الضريبي/VATNo: {{$v['customer_details']['gstin']}}
رقم الفاتورة/Advance No: {{$v['advance_no']}}
تاريخ/Date: {{$v['date']}}
Amount Received: {{ $v['advance_amount'] }}
Description: {{ $v['remarks']}}




@endforeach