@if (app('request')->input('print') == 'y') @endif
@foreach ($company as $n => $c)
@if ($c['name'])
{{ $c['name'] }}
@endif @if ($c['second_name'])
{{ $c['second_name'] }}
@endif @if ($c['third_name'])
{{ $c['third_name'] }}
@endif @if ($c['cr'])
C.R.: {{ $c['cr'] }}
@endif @if ($c['gstin'])
VAT.: {{ $c['gstin'] }}
@endif
@if ($c['arabic_name'])
{{ $c['arabic_name'] }}
@endif @if ($c['arabic_second_name'])
{{ $c['arabic_second_name'] }}
@endif @if ($c['arabic_third_name'])
{{ $c['arabic_third_name'] }}
@endif @if ($c['arabic_cr'])
{{ $c['arabic_cr'] }}:س.ت
@endif @if ($c['arabic_gstin'])
{{ $c['arabic_gstin'] }}:رقم الضريبي
@endif
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'] }}
@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'] }}
@foreach ($v['sold_items'] as $vv) @php $slno++; @endphp @endforeach
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['gtotal'] }}
{!! QrCode::size(100)->generate($v['qrcode']) !!} @if($v['banks'])
Account Name: {{ $v['banks']['account_name'] }}
Account No: {{ $v['banks']['account_no'] }}
IBAN: {{ $v['banks']['ibaan_no'] }}
Bank Name: {{ $v['banks']['name'] }}
Branch Name: {{ $v['banks']['branch_name'] }}
@endif
المبلغ الإجمالي / 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 }}
Authorised Signatory
@if ($c['arabic_address']) @endif @if ('address') @endif
{{ $c['arabic_address'] }}
{{ $c['address'] }}
@endforeach @endforeach