@Lang('admin.customer_name')
{{ $customer->{'customer_name_'.app()->getLocale()} }}
@Lang('admin.country')
{{ $customer->{'country_'.app()->getLocale()} }}
@Lang('admin.city')
{{ $customer->{'city_'.app()->getLocale()} }}
@Lang('admin.phone_number')
{{ $customer->phone_number }}
@Lang('admin.building_no')
{{ $customer->building_no }}
@Lang('admin.national_address')
{{ $customer->address }}
@Lang('admin.street_name')
{{ $customer->{'street_name_'.app()->getLocale()} }}
@Lang('admin.district_ar')
{{ $customer->district_ar }}
@Lang('admin.district_en')
{{ $customer->district_en }}
@Lang('admin.postal_code')
{{ $customer->postal_code }}
@Lang('admin.additional_number')
{{ $customer->additional_number }}
@Lang('admin.vat_number')
{{ $customer->vat_number }}
@Lang('admin.identity_number')
{{ $customer->identity_number }}
@Lang('admin.id_iqama')
{{ $customer->id_iqama }}
@Lang('admin.passport_no')
{{ $customer->passport_no }}
@Lang('admin.credit_limit')
{{ $customer->credit_limit }}
@Lang('admin.another-id')
{{ $customer->anotherid }}
@Lang('admin.note')
{!! $customer->note !!}
@if(sizeof($customer->extra)>0)
@Lang('admin.identify')
@foreach($customer->extra as $extra)
@Lang('admin.identify_kind')
{{ $extra->extra_name->{'name_'.__('admin.lang')} }}
@Lang('admin.identify_type')
{{ $extra->identify_type }}
@Lang('admin.identify_no')
{{ $extra->identify_no }}
@endforeach @endif