@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.waterSanitationHygieneWash.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
{{ trans('cruds.waterSanitationHygieneWash.fields.in_healthcare_settings') }}
@foreach($in_healthcare_settings as $id => $entry)
in_healthcare_settings->id ?? '') == $id ? 'selected' : '' }}>{{ $entry }}
@endforeach
@if($errors->has('in_healthcare_settings'))
{{ $errors->first('in_healthcare_settings') }}
@endif
{{ trans('cruds.waterSanitationHygieneWash.fields.in_healthcare_settings_helper') }}
{{ trans('cruds.waterSanitationHygieneWash.fields.in_a_non_medical') }}
@foreach($in_a_non_medicals as $id => $entry)
in_a_non_medical->id ?? '') == $id ? 'selected' : '' }}>{{ $entry }}
@endforeach
@if($errors->has('in_a_non_medical'))
{{ $errors->first('in_a_non_medical') }}
@endif
{{ trans('cruds.waterSanitationHygieneWash.fields.in_a_non_medical_helper') }}
{{ trans('cruds.waterSanitationHygieneWash.fields.source_water_assessment') }}
@foreach($source_water_assessments as $id => $entry)
source_water_assessment->id ?? '') == $id ? 'selected' : '' }}>{{ $entry }}
@endforeach
@if($errors->has('source_water_assessment'))
{{ $errors->first('source_water_assessment') }}
@endif
{{ trans('cruds.waterSanitationHygieneWash.fields.source_water_assessment_helper') }}
{{ trans('cruds.waterSanitationHygieneWash.fields.water_analysis') }}
@foreach($water_analyses as $id => $entry)
water_analysis->id ?? '') == $id ? 'selected' : '' }}>{{ $entry }}
@endforeach
@if($errors->has('water_analysis'))
{{ $errors->first('water_analysis') }}
@endif
{{ trans('cruds.waterSanitationHygieneWash.fields.water_analysis_helper') }}
{{ trans('cruds.waterSanitationHygieneWash.fields.train_others_on_water_testing_and_aquatab') }}
@foreach($train_others_on_water_testing_and_aquatabs as $id => $entry)
train_others_on_water_testing_and_aquatab->id ?? '') == $id ? 'selected' : '' }}>{{ $entry }}
@endforeach
@if($errors->has('train_others_on_water_testing_and_aquatab'))
{{ $errors->first('train_others_on_water_testing_and_aquatab') }}
@endif
{{ trans('cruds.waterSanitationHygieneWash.fields.train_others_on_water_testing_and_aquatab_helper') }}
{{ trans('cruds.waterSanitationHygieneWash.fields.water_infrastructure_mapping') }}
@foreach($water_infrastructure_mappings as $id => $entry)
water_infrastructure_mapping->id ?? '') == $id ? 'selected' : '' }}>{{ $entry }}
@endforeach
@if($errors->has('water_infrastructure_mapping'))
{{ $errors->first('water_infrastructure_mapping') }}
@endif
{{ trans('cruds.waterSanitationHygieneWash.fields.water_infrastructure_mapping_helper') }}
{{ trans('global.save') }}
@endsection