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

{{-- --}}

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

{{ $tax_number ?? "" }}

: Tax Number

المنصة :

{{ $company_name ?? "" }}

: Platform

تاريخ الفاتورة :

{{ $order->created_at->format('Y-m-d') }}

:Bill date

رقم الفاتورة:

{{ $order->id }}

:Invoice issue date

رقم الجوال :

{{ $order->user->phone ?? "-" }}

:Mobile No

الساده :

{{ $order->user->name ?? $order->user->username ?? "-" }}

:To

الدفع :

{{ $order->paymentMethod->currentDescription->title ?? "-" }}

:Pay type

البريد الالكتروني :

test@mail.com

:Email

كوبون الخصم :

{{ $order->coupon->name ?? "-" }}

:Discount coupon

@if($order->sources()->count()) {{-- --}} @foreach($order->sources()->get() as $source) {{-- --}} @endforeach @endif @php $colspan_th = 5;$colspan_td = 2; @endphp @if($order->delivery_charges) @endif @if($order->tax_amount) @endif @if($order->coupon_discount > 0) @endif
الاجمالي
Total
قيمة الضريبة ({{$order->tax_percent ?? ""}}%)
VAT
نسبة الضريبة ({{$order->tax_percent ?? ""}}%)
VAT Percent
السعر
Unit price
اسم المعلم
Teacher name
المصدر
Course
{{ $source->pivot->total }} {{ $currency_code }} {{ $source->pivot->tax_amount }} {{ $currency_code }}{{ $source->pivot->tax_amount }} {{ $currency_code }}{{ $source->pivot->unit_price }} {{ $currency_code }} {{ $source->user->name ?? "" }} {{ $source->currentDescription->title ?? "" }}
{{ $order->subtotal }} {{ $currency_code }}
المجموع الجزئي Subtotal
{{ $order->delivery_charges }} {{ $currency_code }}
{{ __('orders::orders.delivery_charges', [], 'ar') }} {{ __('orders::orders.delivery_charges', [], 'en') }}
{{ $order->tax_amount }} {{ $currency_code }}
ضريبة القيمة المضافة ({{$order->tax_percent ?? ""}}%) VAT
{{ $order->coupon_discount }} {{ $currency_code }}
الخصم Discount
{{ $order->total }} {{ $currency_code }}
المجموع النهائي Net Total

{{ $company_name ?? "" }} شكرا لاستخدامكم

@if(is_file(public_path($order->barcode_photo)))
@endif