@if (app('request')->input('print') == 'y') @endif
DALAL HAMAD MUBARAK AL OWAIS
Trading Est.
Suppliers of Electrical Materials
Kingdom of Saudi Arabia
PO Box 5254 Riyadh 11422
Mobile: 0508492832
C.R.: 1010483822
VAT No.: 302048807500003
logo
مؤسسة دلال حمد مبارك العويس
للتجارة
موردي مواد كهر بائية
المملكة العربية السعودية
ص.ب ٥٢٥٤ الرياض ١١٤٢٢
جوال: ٠٥٠٨٤٩٢٨٣٢
س.ت: ١٠١٠٤٨٣٨٢٢
الر قم الضريبي: ٣٠٢٠٤٨٨٠٧٥٠٠٠٠٣
QUOTATION / عرض سعر
@foreach ($data as $k => $v) @php $slno = 1; $custname = $v['customer_details']['name']; $cust_arr = explode('?', $custname); $cust = count($cust_arr); $stringvalue = $v['customer_details']['address']; $str_arr = explode('?', $stringvalue); $result = count($str_arr); @endphp
Quote Number: {{ $v['bill_no'] }}
Date: {{ $v['bill_date'] }}
Customer: @for ($i = 0; $i < $cust; $i++) {{ $cust_arr[$i] }}
@endfor
Ref No: {{ $v['refno'] }}
VAT No.: {{ $v['customer_details']['gstin'] }}
Payment Terms: {{ $v['payment_mode'] }}
@foreach ($v['items'] as $vv) @php $slno++; @endphp @endforeach
SN
رقم
Item Code
Description
اسم المنتج
Qty
كمية
Unit Price
وحدة
Taxable Amount
المبلغ الخاضع للضريبة
Tax Rate
معدل الضريبة
Tax Amount
قيمة الضريبة
SubTotal
المجموع الفرعي
@php echo $slno; @endphp
{{ $vv['item_details']['code'] }}
@php $myString = $vv['remarks']; $myArray = explode('?', $myString); $result = count($myArray); @endphp @for ($i = 0; $i < $result; $i++) {{ $myArray[$i] }}
@endfor
{{ $vv['quantity'] }}
{{ $vv['price_per_quantity'] }}
{{ $vv['taxable_amount'] }}
{{ $vv['tax'] }}
{{ $vv['tax_amount'] }}
{{ $vv['total'] }}
@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'; } $en = new NumberFormatter('en', NumberFormatter::SPELLOUT); $enamt = $en->format((float) $v['net_total']); $enamt = ucwords($enamt); $ar = new NumberFormatter('ar', NumberFormatter::SPELLOUT); $aramt = $ar->format($v['net_total']); @endphp
Validity: {{ $v['day_limit'] }}
@php $stringvalue = $v['remarks']; $str_arr = explode('?', $stringvalue); $result = count($str_arr); @endphp
@for ($i = 0; $i < $result; $i++) {{ $str_arr[$i] }}
@endfor
{{--
{!! QrCode::size(120)->generate($v['qrcode']) !!}
--}}
Total (Excluding VAT) / الإجمالي ( باستثناء ضربية القيمة المضافة)
{{ $grandTotal }}
Discount / الخصم
{{ $v['discount_amount'] }}
Total Taxable Amount (Excluding VAT)
(الإجمالي المبلغ الخاضع للضريبة ( باستثناء ضربية القيمة المضافة
{{ $v['taxable_amt'] }}
Total VAT / (15%) الإجمالي ضريبة القيمة المضافة
{{ $v['tax'] }}
Total Due Amount / الإجمالي المبلغ المستحق
{{ $v['net_total'] }}
{{ $enamt }}
@endforeach
Received By..................................... Salesman.....................................