QUOTATION / عرض سعر |
@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']}}
|
تاريخ /Quote Date : {{$v['bill_date']}}
رقم /Quote No : {{$v['bill_no']}}
نوع /Payment Terms : {{$v['payment_mode']}}
|
SL.No رقم |
Description اسم المنتج |
Qty كمية |
Unit وحدة |
Price اسعر الوحده |
Total Price اسعر الإجمالي |
---|---|---|---|---|---|
@php
echo $slno
@endphp |
@php
$myString = $vv['remarks'];
$myArray = explode('?', $myString);
$result = count($myArray);
@endphp
@for ($i = 0; $i < $result; $i++)
{{$myArray[$i]}} @endfor |
{{$vv['quantity']}} |
{{$vv['mesuring_details']['name']}} |
{{$vv['price_per_quantity']}} |
{{$vv['total']}} |
@php
$slno++
@endphp
صالح حتى /Validity : {{$v['day_limit']}} Days.
ملحوظات /Remarks: {{$v['remarks']}}
|
المبلغ الإجمالي / Taxable : {{$v['taxable_amt']}}
ضريبة / VAT @ 15% : {{$v['tax']}}
المجموع الصافي / Net Total: {{$v['net_total']}}
|
Customer/Receivers Sign |
@php $en = new NumberFormatter("en", NumberFormatter::SPELLOUT); $enamt = $en->format($v['net_total']); $ar = new NumberFormatter("ar", NumberFormatter::SPELLOUT); $aramt = $ar->format($v['net_total']); @endphp |
Al-Musthakbal Authorised Signatory |