PAP Name: {{ $surveyData['pap_name'] ?? 'N/A' }}
Residential Details:
{{ date('d/m/Y', strtotime($surveyData['survey_date'])) ?? 'N/A' }}
{{ $surveyData['locality'] ?? 'N/A' }}
{{ $surveyData['map_id'] ?? 'N/A' }}
{{ $surveyData['map_location'] ?? 'N/A' }}
{{ $surveyData['gps_latitude'] ?? 'N/A' }}
{{ $surveyData['gps_longitude'] ?? 'N/A' }}
{{ $surveyData['structure_use'] ?? 'N/A' }}
{{ $surveyResidentialData['name_occupant_structure'] ?? 'N/A' }}
{{ $surveyResidentialData['structure_holder']['name'] ?? 'N/A' }}
{{ $surveyResidentialData['structure_holder_other'] ?? 'N/A' }}
{{ $surveyResidentialData['structure_owner_name'] ?? 'N/A' }}
{{ $surveyResidentialData['place_of_residence'] ?? 'N/A' }}
{{ $surveyResidentialData['mother_tongue']['name'] ?? 'N/A' }}
{{ $surveyResidentialData['mother_tongue_other'] ?? 'N/A' }}
{{ $surveyResidentialData['place_of_origin'] ?? 'N/A' }}
{{ $surveyResidentialData['caste_group']['name'] ?? 'N/A' }}
{{ $surveyResidentialData['religion']['name'] ?? 'N/A' }}
{{ $surveyResidentialData['religion_other'] ?? 'N/A' }}
{{ $surveyResidentialData['bpl_card'] ?? 'N/A' }}
{{ $surveyResidentialData['no_of_household_members'] ?? 'N/A' }}
{{ $surveyResidentialData['total_area'] ?? 'N/A' }}
{{ $surveyResidentialData['affected_area'] ?? 'N/A' }}
{{ $surveyResidentialData['percentage_area'] ?? 'N/A' }}
{{ $surveyResidentialData['balanced_area'] ?? 'N/A' }}
{{ $surveyResidentialData['year_of_establishment'] ?? 'N/A' }}
Commercial Details:
{{ date('d/m/Y', strtotime($surveyData['survey_date'])) ?? 'N/A' }}
{{ $surveyData['locality'] ?? 'N/A' }}
{{ $surveyData['map_id'] ?? 'N/A' }}
{{ $surveyData['map_location'] ?? 'N/A' }}
{{ $surveyData['gps_latitude'] ?? 'N/A' }}
{{ $surveyData['gps_longitude'] ?? 'N/A' }}
{{ $surveycommercialData['shop_type']['name'] ?? 'N/A' }}
{{ $surveycommercialData['shop_type_other'] ?? 'N/A' }}
{{ $surveycommercialData['shop_area'] ?? 'N/A' }}
{{ $surveycommercialData['nature_of_activity'] ?? 'N/A' }}
{{ $surveycommercialData['workers_type_id'] ?? 'N/A' }}
{{ $surveycommercialData['daily_sales'] ?? 'N/A' }}
{{ $surveycommercialData['ownership'] ?? 'N/A' }}
{{ $surveycommercialData['end_product_sale_market'] ?? 'N/A' }}
{{ $surveycommercialData['shop_name'] ?? 'N/A' }}
{{ $surveycommercialData['raw_material_place'] ?? 'N/A' }}
{{ $surveycommercialData['total_area'] ?? 'N/A' }}
{{ $surveycommercialData['affected_area'] ?? 'N/A' }}
{{ $surveycommercialData['percentage_area'] ?? 'N/A' }}
{{ $surveycommercialData['balanced_area'] ?? 'N/A' }}
{{ $surveycommercialData['monthly_turnover'] ?? 'N/A' }}
{{ $surveycommercialData['no_of_employees'] ?? 'N/A' }}
{{ $surveycommercialData['year_of_establishment'] ?? 'N/A' }}
Other Details:
{{ date('d/m/Y', strtotime($surveyData['survey_date'])) ?? 'N/A' }}
{{ $surveyData['locality'] ?? 'N/A' }}
{{ $surveyData['map_id'] ?? 'N/A' }}
{{ $surveyData['map_location'] ?? 'N/A' }}
{{ $surveyData['gps_latitude'] ?? 'N/A' }}
{{ $surveyData['gps_longitude'] ?? 'N/A' }}
{{ $surveyData['structure_use'] ?? 'N/A' }}
{{ $surveyOtherData['name_of_occupant'] ?? 'N/A' }}
{{ $surveyOtherData['owner_name'] ?? 'N/A' }}
{{ $surveyOtherData['ownership_proof'] ?? 'N/A' }}
{{ $surveyOtherData['structure_type']['name'] ?? 'N/A' }}
{{ $surveyOtherData['structure_type_other'] ?? 'N/A' }}
{{ $surveyOtherData['structure_roof_id'] ?? 'N/A' }}
{{ $surveyOtherData['structure_wall_id'] ?? 'N/A' }}
{{ $surveyOtherData['structure_floor_id'] ?? 'N/A' }}
{{ $surveyOtherData['structure_holder_id'] ?? 'N/A' }}
{{ $surveyOtherData['structure_holder_other'] ?? 'N/A' }}
{{ $surveyOtherData['total_area'] ?? 'N/A' }}
{{ $surveyOtherData['affected_area'] ?? 'N/A' }}
{{ $surveyOtherData['percentage_area'] ?? 'N/A' }}
{{ $surveyOtherData['balanced_area'] ?? 'N/A' }}
{{ $surveyOtherData['year_of_establishment'] ?? 'N/A' }}
@if (isset($surveyData['structure_use']) && ($surveyData['structure_use'] == 1 || $surveyData['structure_use'] == 3)) Residential Documents: @elseif(isset($surveyData['structure_use']) && $surveyData['structure_use'] == 2) Commercial Documents: @endif
-
@foreach ($surveyDocumentsData as $doc)
-
Document Type: {{ $doc['document_type']['name'] }}
{{ last(explode('_', basename($doc['document_file_name']))) }}
@endforeach
HouseHold Members Details:
{{ $member['name'] ?? 'N/A' }}
{{ $member['relation']['name'] ?? 'N/A' }}
{{ $member['age'] ?? 'N/A' }}
{{ $member['gender']['name'] ?? 'N/A' }}
{{ $member['locality'] ?? 'N/A' }}
{{ $member['gender_other'] ?? 'N/A' }}
{{ $member['marital_status']['name'] ?? 'N/A' }}
{{ $member['education']['name'] ?? 'N/A' }}
{{ $member['education_other'] ?? 'N/A' }}
{{ $member['aadhaar_number'] ?? 'N/A' }}
{{ $member['monthy_range']['range'] ?? 'N/A' }}
{{ $member['occupation']['name'] ?? 'N/A' }}
{{ $member['occupation_other'] ?? 'N/A' }}
{{ $member['training_id'] ?? 'N/A' }}
{{ $member['training_other'] ?? 'N/A' }}
{{ $member['Hand_llln'] ?? 'N/A' }}
{{ $member['distance_place_employment'] ?? 'N/A' }}
{{ $member['work_location'] ?? 'N/A' }}
{{ $member['secondary_part_time_income'] ?? 'N/A' }}
Vulnerability Details:
{{ $surveyVulnerabilityData['senior_citizen_no'] ?? 'N/A' }}
{{ $surveyVulnerabilityData['disabled'] ?? 'N/A' }}
{{ $surveyVulnerabilityData['children_0_6'] ?? 'N/A' }}
{{ $surveyVulnerabilityData['whh'] ?? 'N/A' }}
{{ $surveyVulnerabilityData['aged_household'] ?? 'N/A' }}
{{ $surveyVulnerabilityData['bpl_household'] ?? 'N/A' }}
{{ $surveyVulnerabilityData['sc_st_household'] ?? 'N/A' }}
Socio Economic Details:
{{ $surveySocioEconomicData['types_of_structures']['name'] ?? 'N/A' }}
{{ $surveySocioEconomicData['bank_account_number'] ?? 'N/A' }}
{{ $surveySocioEconomicData['area'] ?? 'N/A' }}
{{ $surveySocioEconomicData['pan_card'] ?? 'N/A' }}
{{ $surveySocioEconomicData['floors']['number'] ?? 'N/A' }}
{{ $surveySocioEconomicData['aadhaar_status'] ?? 'N/A' }}
{{ $surveySocioEconomicData['rooms']['number'] ?? 'N/A' }}
{{ $surveySocioEconomicData['loan_status'] ?? 'N/A' }}
{{ $surveySocioEconomicData['kitchen'] ?? 'N/A' }}
{{ $surveySocioEconomicData['loan_source'] ?? 'N/A' }}
{{ $surveySocioEconomicData['structure_roof']['name'] ?? 'N/A' }}
{{ $surveySocioEconomicData['loan_prupose'] ?? 'N/A' }}
{{ $surveySocioEconomicData['structure_wall']['name'] ?? 'N/A' }}
{{ $surveySocioEconomicData['loan_amount'] ?? 'N/A' }}
{{ $surveySocioEconomicData['structure_floor']['name'] ?? 'N/A' }}
{{ $surveySocioEconomicData['loan_repayment'] ?? 'N/A' }}
{{ $surveySocioEconomicData['construction_year'] ?? 'N/A' }}
{{ $surveySocioEconomicData['tv'] ?? 'N/A' }}
{{ $surveySocioEconomicData['toilet_type']['name'] ?? 'N/A' }}
{{ $surveySocioEconomicData['land_city_village'] ?? 'N/A' }}
{{ $surveySocioEconomicData['nearest_hospital'] ?? 'N/A' }}
{{ $surveySocioEconomicData['computer_laptop'] ?? 'N/A' }}
{{ $surveySocioEconomicData['electricity'] ?? 'N/A' }}
{{ $surveySocioEconomicData['cooking_fuel']['name'] ?? 'N/A' }}
{{ $surveySocioEconomicData['water_type']['name'] ?? 'N/A' }}
{{ $surveySocioEconomicData['cooking_fuel_other'] ?? 'N/A' }}
{{ $surveySocioEconomicData['distance_local_train'] ?? 'N/A' }}
{{ $surveySocioEconomicData['mobile_phone'] ?? 'N/A' }}
{{ $surveySocioEconomicData['distance_school'] ?? 'N/A' }}
{{ $surveySocioEconomicData['ac'] ?? 'N/A' }}
{{ $surveySocioEconomicData['total_monthly_income'] ?? 'N/A' }}
{{ $surveySocioEconomicData['fan'] ?? 'N/A' }}
{{ $surveySocioEconomicData['secondary_income_source'] ?? 'N/A' }}
{{ $surveySocioEconomicData['digital_payment'] ?? 'N/A' }}
{{ $surveySocioEconomicData['estimate_annual_expenditure']['number'] ?? 'N/A' }}
{{ $surveySocioEconomicData['washing_machine'] ?? 'N/A' }}
@endif