@if ($invoice_data->customer->vat_number != '') @endif @if ($invoice_data->customer->anotherid != '') @endif
{!! $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 }}
CR: {{ $invoice_data->customer->vat_number }} س.ت: {{ $invoice_data->customer->vat_number }}
VAT Number: {{ $invoice_data->customer->anotherid }} الرقم الضريبي: {{ $invoice_data->customer->anotherid }}
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 != '') QR Code @else
QR Code
Will be generated
@endif