رقم الفاتورة {{ $bill->serial_number }}
تاريخ اصدار الفاتورة {{ $bill->release_date ? date('d/m/Y', strtotime($bill->release_date)) : '' }}
تاريخ التوريد {{ $bill->release_date ? date('d/m/Y', strtotime($bill->release_date)) : '' }}
@if($bill->company->address) @endif @if($bill->company->tax_number) @endif @if($bill->company->commercial_number) @endif
المورد
الاسم {{@$bill->company->name}}
العنوان {{@$bill->company->address}}
الرقم الضريبي {{@$bill->company->tax_number}}
السجل التجارى {{@$bill->company->commercial_number}}
@if($bill->customer->address) @endif @if($bill->customer->tax_number) @endif
العميل
الاسم {{ $bill->customer ? $bill->customer->name : $bill->customer_name }}
العنوان {{ $bill->customer ? $bill->customer->address : '' }}
الرقم الضريبي {{ $bill->customer ? $bill->customer->tax_number : '' }}
@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->product_name }} {{$bill_product->product_price}} ريال {{$bill_product->quantity}} {{$bill_product->total_product_price}} ريال {{$bill_product->vat_percentage}}% {{$bill_product->vat_amount}} ريال {{$bill_product->total_amount}} ريال
{{ $product->name }} {{$bill_product->product_price}} ريال {{$bill_product->quantity}} {{$bill_product->total_product_price}} ريال {{$bill_product->vat_percentage}}% {{$bill_product->vat_amount}} ريال {{$bill_product->total_amount}} ريال
الاجمالي غیر شامل ضریبة القیمة المضافه {{ $bill->total_products_amount }} ريال
مجموع ضریبة القیمة المضافه {{$bill->vat_percentage}}% {{ $bill->vat_amount }} ريال
اجمالي المبلغ المستحق شامل ضریبة القیمة المضافه {{ $bill->total_amount }} ريال

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