ﻣﺼﻨﻊ ﻗﻤﺔ اﻟﻨﻌﻮﻣﻪ ﻟﻠﺘﺼﻨﻴﻊ

EL-Taif - Masara neighborhood

اﻟﻄﺎﺋﻒ - ﺣﻲ ﻣﺴﺮة

VAT Number

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

31105677100003

Factory Mobile

رقم المصنع

0533881392

@if($data['master']->sales_invoice_type_id == 1)

فاتورة ضريبية

@else

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

@endif

Receipt Number

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

رقم الفاتورة

Date

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

التاريخ

Cashier Name

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

اسم الكاشير

Customer Name

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

اسم العميل

Mobile

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

الجوال

@foreach($data['details'] as $row) @endforeach
الكمية Service الخدمة Amount المجموع
{{ $row->quantity}} {{ $row->item_name }} {{ number_format($row->total_with_vat , 2 , '.' , ',' ) }}

Total QTY

اجمالي الكمية

{{ collect($data['details'])->sum('quantity') }}

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 , '.' , ',') }}


Receipt QR Code
Customer Copy
E-Invoice QR

Have a Nice Day :)

ﻣﺼﻨﻊ ﻗﻤﺔ اﻟﻨﻌﻮﻣﻪ ﻟﻠﺘﺼﻨﻴﻊ