@include('layouts.header', ['title' => 'Add Survey Details'])
@include('layouts.agency-user-navbar') @include('layouts.agency-user-sidebar') @php $surveyScreen5Data = isset($surveyData['survey_user_residential_socio_economic_indicator'][0]) ? $surveyData['survey_user_residential_socio_economic_indicator'][0] : []; @endphp

Name Of The Project: {{ $project['name'] ?? 'N/A' }}

Structure

{{ isset($surveyData['structure_use']) ? ($surveyData['structure_use'] == 1 ? 'Residential' : ($surveyData['structure_use'] == 3 ? 'Residential + Commercial' : 'N/A')) : 'N/A' }}

Socio-economic Indicators

@csrf
@error('types_of_structure_id')
{{ $message }}
@enderror
@error('area')
{{ $message }}
@enderror
@error('floors_id')
{{ $message }}
@enderror
@error('rooms_id')
{{ $message }}
@enderror
@if ($errors->has('kitchen'))
{{ $errors->first('kitchen') }}
@endif
@error('structure_roof_id')
{{ $message }}
@enderror
@error('structure_wall_id')
{{ $message }}
@enderror
@error('structure_floor_id')
{{ $message }}
@enderror
@php $selectedYear = old('construction_year', $surveyScreen5Data['construction_year'] ?? ''); @endphp @error('construction_year')
{{ $message }}
@enderror
@error('toilet_type_id')
{{ $message }}
@enderror
@error('nearest_hospital')
{{ $message }}
@enderror
@if ($errors->has('electricity'))
{{ $errors->first('electricity') }}
@endif
@error('consumer_no')
{{ $message }}
@enderror
@error('water_type_id')
{{ $message }}
@enderror
@error('distance_local_train')
{{ $message }}
@enderror
@error('distance_school')
{{ $message }}
@enderror
@error('total_monthly_income')
{{ $message }}
@enderror
@error('secondary_income_source')
{{ $message }}
@enderror
@error('annual_expenditure_id')
{{ $message }}
@enderror
@error('bank_account_number')
{{ $message }}
@enderror
@error('bank_name')
{{ $message }}
@enderror
@error('bank_ifsc')
{{ $message }}
@enderror
@if ($errors->has('pan_card'))
{{ $errors->first('pan_card') }}
@endif
@if ($errors->has('aadhaar_status'))
{{ $errors->first('aadhaar_status') }}
@endif
@if ($errors->has('loan_status'))
{{ $errors->first('loan_status') }}
@endif
@error('loan_source')
{{ $message }}
@enderror
@error('loan_prupose')
{{ $message }}
@enderror
@error('loan_amount')
{{ $message }}
@enderror
@error('loan_repayment')
{{ $message }}
@enderror
@if ($errors->has('tv'))
{{ $errors->first('tv') }}
@endif
@if ($errors->has('fridge'))
{{ $errors->first('fridge') }}
@endif
@if ($errors->has('vehicle'))
{{ $errors->first('vehicle') }}
@endif
@if ($errors->has('land_city_village'))
{{ $errors->first('land_city_village') }}
@endif
@if ($errors->has('computer_laptop'))
{{ $errors->first('computer_laptop') }}
@endif
@error('cooking_fuel_id')
{{ $message }}
@enderror
@if ($errors->has('mobile_phone'))
{{ $errors->first('mobile_phone') }}
@endif
@if ($errors->has('ac'))
{{ $errors->first('ac') }}
@endif
@if ($errors->has('fan'))
{{ $errors->first('fan') }}
@endif
@if ($errors->has('digital_payment'))
{{ $errors->first('digital_payment') }}
@endif
@if ($errors->has('washing_machine'))
{{ $errors->first('washing_machine') }}
@endif
@include('layouts.footer')