{{ $merchant->{"company_name_".__('admin.lang')} }}

@if(isset($experimental_template_title)) {{ $experimental_template_title }} @elseif($invoice_data->report_type_id == 1) Simplified Tax Invoice فاتورة ضريبية مبسطة @else Tax Invoice فاتورة ضريبية @endif

@if($system_settings->system_country=='SA') @php $image=Helpers::GenerateQrCode("InvoiceSale", $invoice_data); @endphp @if ($image != '') @endif @endif

Powered By Ezdan.sa

رقم الفاتورة {{ $invoice_data->fatoorah->fatoorah_seq }} Invoice Number
تاريخ الاصدار {{ \Carbon\Carbon::parse($invoice_data->created_at)->format('Y-m-d') }} Issue Date
وقت الاصدار {{ \Carbon\Carbon::parse($invoice_data->created_at)->format('H:i s') }} Issue Time
تاريخ الطباعة {{ date('Y-m-d') }} Print Date
وقت الطباعة {{ date("H:i:s") }} Print Time

اسم الموظف : {{ \Illuminate\Support\Facades\Auth::user()->username }}

اسم العميل : {{ $invoice_data->customer->{'customer_name_'.app()->getLocale()} }}

@foreach($invoice_data->invoice_details as $item) @endforeach
المنتج سعر الوحدة الكمية المجموع
{{ $item->store_items->item->item_name_ar }} {{ Helpers::formatNumber($item->rate,'price') }} {{ $item->qty }} {{ Helpers::formatNumber($lastTotal) }}
مجموع الكميات {{ $total_qtys }} Total Quantity
مجموع الاصناف {{ $invoice_data->invoice_details->count() }} Total Items
{{ Helpers::formatNumber($total_items) }} المجموع قبل الخصومات Total Before Discount
{{ Helpers::formatNumber($total_discount) }} مجموع الخصومات Discount
{{ round(($Total_VAT + $total_without_vat), config('app.system_digit')) }} الاجمالي Total
@if(isset($paying_amount) && !empty($paying_amount)) @endif
المدفوع - Paid {{ $paying_amount . ' ' . config('app.main_currency') }} الباقي - Change {{ number_format(($Total_VAT + $total_without_vat - $paying_amount), config('app.system_digit') , '.', '') . ' ' . config('app.main_currency') }}
Payment Method {{ $invoice_data->payment_type_name_en }} طريقة الدفع {{ $invoice_data->payment_type_name_ar }}