DELIVERY NOTE / مذكرة تسليم |
@php
$stringvalue =$v['customer_details']['address'];
$str_arr = explode ("?", $stringvalue);
$result = count($str_arr);
$cust = $v['customer_details']['name'];
$cust_arr = explode("?", $cust);
$cust_count = count($cust_arr);
@endphp
عميل / Customer Details:
@for ($i = 0; $i < $cust_count; $i++) {{ $cust_arr[$i] }} @endfor VAT No : {{$v['customer_details']['gstin']}}
|
رقم الفاتورة / Delivery No : {{$v['bill_no']}}
|
SL.No رقم |
Description اسم المنتج |
Unit وحدة |
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['mesuring_details']['name'] }} |
{{$vv['quantity']}} |
@php
$slno++
@endphp
Customer/Receivers Sign |
Total Items: {{ $v['count'] }}
Total Quantity: {{ $v['totalQty'] }}
|
EBCO Authorised Signatory |