{{Lang::get('customer.customer_reference_no')}} |
{{$customer->id}} |
{{Lang::get('customer.customer_name')}} |
{{$customer->full_name}} |
{{Lang::get('customer.phone_carrier')}} | {{$customer->phone_carrier}} |
{{Lang::get('customer.contact_number')}} | {{$customer->mobile_1}} {{ isset($customer->mobile_2) ? '/ '. $customer->mobile_2 : ''}} |
{{Lang::get('customer.email')}} | {{$customer->email}} |
{{Lang::get('customer.gender')}} | {{$customer->gender}} |
{{Lang::get('customer.date_of_birth')}} / {{Lang::get('customer.place_of_birth')}} | @if($customer->date_of_birth) {{Carbon\Carbon::parse($customer->date_of_birth)->format('d-m-Y')}} @endif {{ isset($customer->place_of_birth) ? '/ '. $customer->place_of_birth : ''}} |
{{Lang::get('customer.location_reference')}} | {{$customer->location_reference}} |
{{Lang::get('customer.district-subdistrict')}} | @if($customer->cusDistrict) {{$customer->cusDistrict->name}} - @endif @if($customer->cusSubDivision) {{$customer->cusSubDivision->Name}} - @endif {{$customer->area}} {{ isset($customer->block) ? '- '. $customer->block : ''}} |