@if (app('request')->input('print') == 'y') @endif
Nukhbah Al Duraah
General Contracting Est.
C.R.: 1010730206
VAT: 302197956900003
مؤسسة نخبه الدره
للمقاولات العام
س.ت: ١٠١٠٧٣٠٢٠٦
رقم الضريبي: ٣٠٢١٩٧٩٥٦٠٩٠٠٠٠٣
TAX INVOICE / فاتورة الضريبة
@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'] }}
رقم الفاتورة / Invoice No : {{ $v['bill_no'] }}
@for ($i = 0; $i < $result; $i++) {{ $str_arr[$i] }}
@endfor
تاريخ الفاتورة / Invoice Date : {{ $v['bill_date'] }}
نوع /Payment Terms : {{ $v['payment_mode'] }}
VAT No : {{ $v['customer_details']['gstin'] }}
نوع /PO No : {{ $v['ponumber'] }}
@foreach ($v['sold_items'] as $vv) @php $slno++; @endphp @endforeach
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 if ($v['discount_amount'] == null) { $v['discount_amount'] = '0.00'; } $grandTotal = (float) $v['taxable_amt'] + (float) $v['discount_amount']; $grnd = $grandTotal; if (strpos($grandTotal, '.') !== false) { $grandTotalArray = explode('.', $grandTotal); if (strlen($grandTotalArray[1]) < 2) { $grandTotal = $grandTotalArray[0] . '.' . $grandTotalArray[1] . '0'; } else { $grandTotal = $grandTotalArray[0] . '.' . $grandTotalArray[1]; } } else { $grandTotal = (string) $grandTotal . '.00'; } @endphp
{{-- --}} logo
ملحوظات / Remarks : {{ $v['remarks'] }}
المبلغ الإجمالي/Grand Total: {{ $grandTotal }}
خصم/Discount: {{ $v['discount_amount'] }}
خاضع للضريبة/Taxable: {{ $v['taxable_amt'] }}
ضريبة/VAT@15%: {{ $v['tax'] }}
المجموع الصافي/Net Total: {{ $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
SAR: {{ $enamt }}
ريال سعودي: {{ $aramt }}
Nukhbah Al Duraah
Authorised Signatory
Al Ajalia Street Al Shumaicy Riyadh Tel.: +966 11 2866704 Mob: 0596804426
@endforeach