@extends('layouts.admin_new') @section('content')
{{ trans('global.create') }} {{ trans('cruds.infectionPreventControl.title_singular') }}
@csrf
@if($errors->has('in_healthcare_settings')) {{ $errors->first('in_healthcare_settings') }} @endif {{ trans('cruds.infectionPreventControl.fields.in_healthcare_settings_helper') }}
@if($errors->has('in_a_non_medical')) {{ $errors->first('in_a_non_medical') }} @endif {{ trans('cruds.infectionPreventControl.fields.in_a_non_medical_helper') }}
@if($errors->has('outbreak_investigations')) {{ $errors->first('outbreak_investigations') }} @endif {{ trans('cruds.infectionPreventControl.fields.outbreak_investigations_helper') }}
@if($errors->has('facility_assessments')) {{ $errors->first('facility_assessments') }} @endif {{ trans('cruds.infectionPreventControl.fields.facility_assessments_helper') }}
@if($errors->has('developing_infection_prevention')) {{ $errors->first('developing_infection_prevention') }} @endif {{ trans('cruds.infectionPreventControl.fields.developing_infection_prevention_helper') }}
@if($errors->has('infection_prevention_and_control')) {{ $errors->first('infection_prevention_and_control') }} @endif {{ trans('cruds.infectionPreventControl.fields.infection_prevention_and_control_helper') }}
@if($errors->has('quality_improvement')) {{ $errors->first('quality_improvement') }} @endif {{ trans('cruds.infectionPreventControl.fields.quality_improvement_helper') }}
@if($errors->has('ppe')) {{ $errors->first('ppe') }} @endif {{ trans('cruds.infectionPreventControl.fields.ppe_helper') }}
@if($errors->has('point_of_entry_border_health')) {{ $errors->first('point_of_entry_border_health') }} @endif {{ trans('cruds.infectionPreventControl.fields.point_of_entry_border_health_helper') }}
@if($errors->has('poc_non_border')) {{ $errors->first('poc_non_border') }} @endif {{ trans('cruds.infectionPreventControl.fields.poc_non_border_helper') }}
@if($errors->has('rsi')) {{ $errors->first('rsi') }} @endif {{ trans('cruds.infectionPreventControl.fields.rsi_helper') }}
@endsection