{{ $type == "main_currency" ? $invoice_data->report_type->name_en : $invoice_data->report_type->invoice_title_en }}
{{ $type == "main_currency" ? $invoice_data->report_type->name_ar : $invoice_data->report_type->invoice_title_ar }}
{{ isset($invoice_data->fatoorah) && $invoice_data->fatoorah != null ? $invoice_data->fatoorah->fatoorah_seq : '-' }}
| {!! $invoice_data->customer->customer_name_en !!} |
{!! $invoice_data->customer->customer_name_ar !!} |
| {{ $invoice_data->customer->street_name_en . ' ' . $invoice_data->customer->building_no }} |
{{ $invoice_data->customer->street_name_ar . ' ' . $invoice_data->customer->building_no }} |
| {{ $invoice_data->customer->city_en . ' ' . $invoice_data->customer->district_en }} |
{{ $invoice_data->customer->city_ar . ' ' . $invoice_data->customer->district_ar }} |
| {{ $invoice_data->customer->country_en }} |
{{ $invoice_data->customer->country_ar }} |
@if ($invoice_data->customer->vat_number != '')
| CR: {{ $invoice_data->customer->vat_number }} |
س.ت: {{ $invoice_data->customer->vat_number }} |
@endif
@if ($invoice_data->customer->anotherid != '')
| VAT Number: {{ $invoice_data->customer->anotherid }} |
الرقم
الضريبي: {{ $invoice_data->customer->anotherid }} |
@endif
| Invoice Issue Date and Time: |
{{ $invoice_data->created_at }} |
تاريخ ووقت إصدار الفاتورة: |
| Invoice Printed Date & Time: |
{{ date('d-m-Y H:i:s') }} |
تاريخ ووقت طباعة الفاتورة: |
| Service Date: |
{{ $invoice_data->service_date ?? date('d-m-Y') . ' TO ' . date('d-m-Y') }} |
تاريخ الخدمة: |
| Payment Method: |
{{ $invoice_data->payment_method }} |
طريقة الدفع: |
{{ $invoice_data->payment_method_ar }} |
| Bank: |
{{ $invoice_data->bank_name }} |
البنك: |
{{ $invoice_data->bank_name }} |
| Iban Number: |
{{ $invoice_data->iban_number }} |
رقم الأيبان: |
{{ $invoice_data->iban_number }} |
|
@if (isset($image) && $image != '')
@else
QR Code Will be generated
@endif
|