@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.waterSanitationHygieneWash.title_singular') }}
@csrf
@if($errors->has('in_healthcare_settings')) {{ $errors->first('in_healthcare_settings') }} @endif {{ trans('cruds.waterSanitationHygieneWash.fields.in_healthcare_settings_helper') }}
@if($errors->has('in_a_non_medical')) {{ $errors->first('in_a_non_medical') }} @endif {{ trans('cruds.waterSanitationHygieneWash.fields.in_a_non_medical_helper') }}
@if($errors->has('source_water_assessment')) {{ $errors->first('source_water_assessment') }} @endif {{ trans('cruds.waterSanitationHygieneWash.fields.source_water_assessment_helper') }}
@if($errors->has('water_analysis')) {{ $errors->first('water_analysis') }} @endif {{ trans('cruds.waterSanitationHygieneWash.fields.water_analysis_helper') }}
@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') }}
@if($errors->has('water_infrastructure_mapping')) {{ $errors->first('water_infrastructure_mapping') }} @endif {{ trans('cruds.waterSanitationHygieneWash.fields.water_infrastructure_mapping_helper') }}
@endsection