@extends('reachassuree_agent/layouts.main') @section('title', $data['title']) @section('content')
@include('../reachassuree_agent/master/comman/header')

# {{$data['page_title']}}

@if ($data['client']['form_type'] == 0)
@if (isset($data['client']['photo']) && $data['client']['photos'] != '') @endif
Family Group {{$data['client']['name']}} Head Name {{$data['client']['family_head_name']}}
Full Name {{$data['client']['first_name']}} {{$data['client']['middle_name']}} {{$data['client']['last_name']}}
Address {{$data['client']['address1']}}
{{$data['client']['address2']}}
City/Area {{$data['client']['city']}}/{{$data['client']['area']}} Mobile No. {{$data['client']['mobile_number']}}
Whatsapp No. {{$data['client']['whatsapp_number']}} Email {{$data['client']['email']}}
Gender {{ $data['client']['gender'] }} DOB/Anniversary Date {{ $data['client']['dob'] }} / {{ $data['client']['anniversary_date'] }}
Client Status {{$data['client']['client_status']}} Business Type {{$data['client']['business']}}
Relation with Head {{$data['client']['relation']}} Reference By {{$data['client']['reference_by']}}
Aadhar card Number {{$data['client']['aadhaar_number']}} Pan Card Number {{$data['client']['pan_number']}}
GST Number {{$data['client']['gst_number']}} Marriage Status {{$data['client']['marriage_status']}}
Join With Us {{$data['client']['search_join_with_us']}}
View Profile Photo View Photo
@elseif ($data['client']['form_type'] == 1)
@if (isset($data['client']['photo']) && $data['client']['photos'] != '') @endif
Family Group {{$data['client']['name']}} Head Name {{$data['client']['family_head_name']}}
Full Name {{$data['client']['first_name']}} {{$data['client']['middle_name']}} {{$data['client']['last_name']}}
Address {{$data['client']['address1']}}
{{$data['client']['address2']}}
City/Area {{$data['client']['city']}}/{{$data['client']['area']}} Mobile No. {{$data['client']['mobile_number']}}
Whatsapp No. {{$data['client']['whatsapp_number']}} Email {{$data['client']['email']}}
Gender {{ $data['client']['gender'] }} DOB/Anniversary Date {{ $data['client']['dob'] }} / {{ $data['client']['anniversary_date'] }}
Business Type {{$data['client']['business']}} Relation with Head {{$data['client']['relation']}}
Aadhar card Number {{$data['client']['aadhaar_number']}} Pan Card Number {{$data['client']['pan_number']}}
GST Number {{$data['client']['gst_number']}} Marriage Status {{$data['client']['marriage_status']}}
Join With Us {{$data['client']['search_join_with_us']}}
View Profile Photo View Photo
@else
@if(isset($data['firmContactPersons'])) @else @endif @if(isset($data['firmContactPersons'])) @else @endif @if(isset($data['firmContactPersons'])) @else @endif {{-- --}} @if (isset($data['client']['photo']) && $data['client']['photos'] != '') @endif
Family Group {{$data['client']['name']}} Firm Type{{$data['client']['relation']}} @foreach($data['firmContactPersons'] as $key => $value) ({{$value['contact_person_designation']}}) @endforeach {{$data['client']['relation']}}
Full Name{{$data['client']['first_name']}} {{$data['client']['middle_name']}} {{$data['client']['last_name']}} @foreach($data['firmContactPersons'] as $key => $value) ({{$value['contact_person_name']}}) @endforeach {{$data['client']['first_name']}} {{$data['client']['middle_name']}} {{$data['client']['last_name']}}Gender {{$data['client']['gender']}}
Address {{$data['client']['address1']}}
{{$data['client']['address2']}}
City/Area {{$data['client']['city']}}/{{$data['client']['area']}} Mobile No.{{$data['client']['mobile_number']}} @foreach($data['firmContactPersons'] as $key => $value) ({{$value['contact_person_mobile_no']}}) @endforeach {{$data['client']['mobile_number']}}
Whatsapp No. {{$data['client']['whatsapp_number']}} Email {{$data['client']['email']}}
Business Detail {{$data['client']['business']}} Join With Us {{$data['client']['search_join_with_us']}}
Aadhar card Number {{$data['client']['aadhaar_number']}}Pan Card Number {{$data['client']['pan_number']}} GST Number {{$data['client']['gst_number']}}
View Profile Photo View Photo
@endif
@endsection