مؤسسة نوز اند نوت

Jeddah

جدة

VAT Number

الرقم الضريبي

310105454100003

فاتورة ضريبية مبسطة

Receipt Number

{{ $data['master']->m_id }}

رقم الفاتورة

Date

{{ $data['master']->sales_invoice_date }}

التاريخ

Cashier Name

{{ $data['master']->sales_agent_name ?? '' }}

اسم الكاشير

Customer Name

{{ $data['customer']->name ?? '' }}

اسم العميل

Mobile

{{ $data['customer']->phone ?? '' }}

الجوال

@foreach($data['details'] as $row) @endforeach
الكمية Item الصنف Amount القيمة
{{ $row->quantity}} {{ $row->item_name }} {{ number_format($row->total_with_vat , 2 , '.' , ',' ) }}

Total Excluding VAT

اجمالي غير شامل الضريبة

SAR {{ number_format($data['master']->total_without_vat, 2 , '.' , ',') }}

VAT amount

ضريبة القيمة المضافة 15%

SAR {{ number_format($data['master']->total_vat, 2 , '.' , ',') }}

Discount

الخصم

SAR {{ number_format($data['master']->discount, 2 , '.' , ',') }}

Total Including VAT

الاجمالي شامل الضريبة

SAR {{ number_format($data['master']->total_with_vat, 2 , '.' , ',') }}

Payment Method

طريقة السداد

{{ collect($data['payments'])->pluck('payment_text')->implode(' - ') }}


Receipt QR Code
Customer Copy ... / E-Invoice QR

Have a Nice Day :)

www.nose-note.com