@if(app('request')->input('print')=="y") @endif
DELIVERY NOTE / مذكرة تسليم
@foreach($data as $k => $v) @php $slno = 1 @endphp
@php $stringvalue =$v['customer_details']['address']; $str_arr = explode (",", $stringvalue); $result = count($str_arr); @endphp
Cust Details / عميل:
{{$v['customer_details']['name']}}
@for ($i = 0; $i < $result; $i++) {{$str_arr[$i]}}
@endfor
VAT No : {{$v['customer_details']['gstin']}}
رقم الفاتورة / Delivery No : {{$v['bill_no']}}
@foreach($v['items'] as $vv) @php $slno++ @endphp @endforeach
SL.No
رقم
Description
اسم المنتج
Qty
كمية
@php echo $slno @endphp
@php $myString = $vv['item_details']['name']; $myArray = explode('?', $myString); $result = count($myArray); @endphp @for ($i = 0; $i < $result; $i++) {{$myArray[$i]}}
@endfor
{{$vv['quantity']}}

Customer/Receivers Sign

Total Items: {{ $v['count'] }}
Total Quantity: {{ $v['totalQty'] }}

AL-Musthakbal

Authorised Signatory

@endforeach