@if($customer->customer_type=="Personal") @else @endif @if($customer->customer_type=="Personal") @endif @if (isset($customer->file_path) && Storage::disk('local')->exists($customer->file_path)) @else @endif
{{Lang::get('customer.customer_reference_no')}}

{{$customer->id}}

{{Lang::get('customer.first_name')}} {{ Form::hidden('customer_id', $customer->id, array('id' => 'customer_id')) }} {{ Form::hidden('erp_customer_id', $customer->erp_customer_id, array('id' => 'backend_customer_id')) }}

{{$customer->first_name}}

{{Lang::get('customer.second_name')}}

{{$customer->second_name}}

{{Lang::get('customer.third_name')}}

{{$customer->third_name}}

{{Lang::get('customer.fourth_name')}}

{{$customer->fourth_name}}

{{Lang::get('customer.business_name')}}

{{$customer->business_name}}

{{Lang::get('customer.phone_carrier')}} {{$customer->phone_carrier}} {{ isset($customer->phone_carrier2) ? '/ '. $customer->phone_carrier2 : ''}}
{{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')}} @if($customer->date_of_birth) {{Carbon\Carbon::parse($customer->date_of_birth)->format('d-m-Y')}} @endif
{{Lang::get('customer.place_of_birth')}} {{$customer->place_of_birth}}
{{Lang::get('customer.address')}} {{$customer->address}}
{{Lang::get('mof.region')}} {{$customer->region}}
{{Lang::get('customer.district-subdistrict')}} @if($customer->city) {{$customer->city}} @else Nil @endif - @if($customer->district) {{$customer->district}} @else Nil @endif - @if($customer->sub_division) {{$customer->sub_division}} @else Nil @endif - @if($customer->area){{$customer->area}} @else Nil @endif - @if($customer->block){{$customer->block}} @else Nil @endif
{{Lang::get('customer.last_updated')}} {{ $customer->created_at->diffForHumans() }}
{{Lang::get('customer.uploaded_photo')}} Not Found No Photos Uploaded