{{ $bill->company->name }}
{{ $bill->company->address }}
س.ج (CN) : {{ $bill->company->commercial_number }}
ر.ض (TRN) : {{ $bill->company->tax_number }}
تاريخ اصدار الفاتورة {{ $bill->release_date ? date('d/m/Y', strtotime($bill->release_date)) : '' }}
رقم الفاتورة {{ $bill->serial_number }}
اسم الشركة: {{ $bill->customer ? $bill->customer->name : $bill->customer_name }}
عنوان الشركة: @if($bill->customer) @if($bill->customer->address) {{ $bill->customer->address }} - @endif المملكة العربية السعودية @else >@if($bill->customer_address) {{ $bill->customer_address }} - @endif المملكة العربية السعودية @endif
@if($bill->customer_tax_number)
رقم تسجيل ضريبة القيمة المضافة: {{ $bill->customer ? $bill->customer->tax_number : $bill->customer_tax_number }}
@endif @if($bill->bill_type == 'manual') @foreach ($bill->bill_manual_products as $bill_product) @endforeach @else @foreach ($bill->bill_products as $bill_product) @endforeach @endif
المجموع (شامل ضريبة القيمة المضافة) الكمية سعر الوحدة تفاصيل السلع والخدمات
{{ $bill_product->total_product_price }} {{ trans('dashboard.currency.rs') }} {{ $bill_product->quantity }} {{ trans('dashboard.product.quantity_names.' . $bill_product->quantity_name) }} {{ $bill_product->product_price }} {{ trans('dashboard.currency.rs') }} {{ $bill_product->product_name }}
{{ $bill_product->total_product_price }} {{ trans('dashboard.currency.rs') }} {{ $bill_product->quantity }} {{ trans('dashboard.product.quantity_names.' . $product->quantity_name) }} {{ $bill_product->product_price }} {{ trans('dashboard.currency.rs') }} {{ $product->name }}
{{ $bill->total_products_amount }} {{ trans('dashboard.currency.rs') }} الاجمالي الخاضع للضريبة (غير شامل ضريبة القيمة المضافة) Total taxable Amount (excluding VAT)
{{ $bill->vat_amount }} {{ trans('dashboard.currency.rs') }} مجموع ضريبة القيمة المضافة Total VAT
{{ $bill->total_amount }} {{ trans('dashboard.currency.rs') }} - ({{ Numbers::TafqeetMoney($bill->total_amount) }}) إجمالي المبلغ المستحق Total Amput Due

هذه الفاتورة إلكترونية ولا تحتاج الي امضاء او ختم