@include('layouts.header', ['title' => 'Add System User'])
@include('layouts.agency-user-navbar') @include('layouts.agency-user-sidebar') @php $surveyVulnerabilityData = isset($surveyData['survey_user_residential_vulnerability']) ? $surveyData['survey_user_residential_vulnerability'] : []; @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' }}

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

Vulnerability

@csrf
@error('senior_citizen_no')
{{ $message }}
@enderror
@error('disabled')
{{ $message }}
@enderror
@error('children_0_6')
{{ $message }}
@enderror
@if ($errors->has('whh'))
{{ $errors->first('whh') }}
@endif
@if ($errors->has('aged_household'))
{{ $errors->first('aged_household') }}
@endif
@if ($errors->has('bpl_household'))
{{ $errors->first('bpl_household') }}
@endif
@if ($errors->has('sc_st_household'))
{{ $errors->first('sc_st_household') }}
@endif
@include('layouts.footer')