فاتورة ضريبيةTax Invoice
Invoice No
Invoice Date
|
منصة حلول للتجارة الإلكتروينة keden PLatform for e-commerce Vat No. 310449743700003 |
{{-- @if ($bill->url_redirect)
@if ($bill->url_redirect)
@else
@endif --}}
|
| اسم العميل | {{ $cart->client_name }} | Customer Name |
| العنوان | المملكة العربيه السعودية , {{$cart->client_address}} | Address |
| الهاتف | {{ $cart->client_phone }} | Phone Number |
| رقم العميل | {{ $cart->client_code }} | Customer ID |
| الرقم الضريبي | {{ $cart->client_register_no?$$cart->client_register_no:"------" }} | Tax Number |
| S/N |
Service Description
وصف الخدمة |
Quantity
الكمية |
Price
السعر |
Discount Amount
قيمة الخصم |
Total Amount
قيمة الخدمة |
VAT Value
الضريبة |
VAT Amount
قيمة الضريبة |
Total with VAT
القيمة بعد الضريبة |
| {{$loop->index +1}} | {{ object_get($item->product, 'name_' . app()->getLocale()) }} | {{ $item_data['elements']}} | {{$item->price}} {{ all_currencies($cart->currency) ??'' }} | {{$item_data['discount']}} ٪ | {{$item_data["discount_value"]}} {{ all_currencies($cart->currency) ??'' }} | {{ $item_data["sum_tax"] }}% | {{$item_data["total_tax_val"]}} {{ all_currencies($cart->currency) ??'' }} | {{$item_data["total_with_tax"]}} {{ all_currencies($cart->currency) ??'' }} |
| الإجمالي الخاضع للضريبة ( غير شامل ضريبة القيمة المضافة ) | {{ $cart->total_price_with_tax()['total_net'] }} {{ all_currencies($cart->currency) ??'' }} | Total Taxable Amount ( Excluding VAT ) |
| الإجمالي الغير خاضع للضريبة | 0.0 {{ all_currencies($cart->currency) ??'' }} | Total Not Subject to Tax |
| إجمالي مبلغ الخصم | {{ $cart->total_price_with_tax()['discount_value'] }} {{ all_currencies($cart->currency) ??'' }} | Total Discount Amount |
| {{$tax['ar_title']}} {{-- ({{ $tax->type == 'EX' ? 'غير شامل' : 'شامل' }}) --}} | {{$tax['value']}} {{ all_currencies($cart->currency) ??'' }} | {{$tax['en_title']}} {{-- ({{ $tax->type == 'EX' ? 'Excluding' : 'Including' }}) --}} |
| مجموع الضرائب | {{ $total['total_with_tax'] }} {{ all_currencies($cart->currency) ??'' }} | Total TAX AMOUNT |
| إجمالي المبلغ المستحق من العميل | {{$total['user_must_pay']}} {{ all_currencies($cart->currency) ??'' }} | Total Customer Amount Due |
|
البنك Bank Name
|
رقم ايبان Iban NO
|
رقم حساب Account
|
@else
@endif --}}