جهة الاتصال:
{{ $customer->contact_person_ar ?: '-' }}
الموبايل:
{{ $customer->phone ?: '-' }}
رقم إضافي:
{{ $customer->alternative_phone ?: '-' }}
البريد الإلكتروني:
{{ $customer->email ?: '-' }}
الرقم الضريبي:
{{ $customer->tax_number ?: '-' }}
السجل التجاري:
{{ $customer->commercial_register ?: '-' }}
المدينة:
{{ $customer->city_ar ?: '-' }}
الحد الائتماني:
{{ number_format((float)$customer->credit_limit, 2) }} ج.م
@if($customer->address_ar)
العنوان:
{{ $customer->address_ar }}
@endif
@if($customer->notes_ar)
ملاحظات:
{{ $customer->notes_ar }}
@endif