TAX INVOICE / فاتورة الضريبة |
@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'] }}
|
رقم الفاتورة / Invoice No : {{ $v['bill_no'] }}
تاريخ الفاتورة / Invoice Date : {{ $v['bill_date'] }}
نوع /Payment Terms : {{ $v['payment_mode'] }}
نوع /PO No : {{ $v['ponumber'] }}
|
SL.No
رقم |
Description
الوصف |
Qty
الكمية |
Unit
وحدة |
Price/SR
سعر الوحدة |
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['gtotal'] }}
|
@php
$slno++;
@endphp
{!! QrCode::size(140)->generate($v['qrcode']) !!} |
Total Before Dis. & VAT
|
{{ $grandTotal }} |
الإجمالي قبل الخصم والضريبة
|
Total Of Granted Discount
|
{{ $v['discount_amount'] }} |
خصم الأعمال السابقة
|
|
Total Taxable Amount
|
{{ $v['taxable_amt'] }} |
إجمالي المبلغ الخاضع للضريبة
|
|
VAT Amount
|
{{ $v['tax'] }} |
قيمة الضريبة المضافة
|
|
Net Amount
|
{{ $v['net_total'] }} |
صافي المبلغ
|
Customer 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 --}} |
Nukhbah Al Durrah
Authorised Signatory
|