@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.caseManagement.title_singular') }}
@csrf
@if($errors->has('physician')) {{ $errors->first('physician') }} @endif {{ trans('cruds.caseManagement.fields.physician_helper') }}
@if($errors->has('case_management_specialty')) {{ $errors->first('case_management_specialty') }} @endif {{ trans('cruds.caseManagement.fields.case_management_specialty_helper') }}
@if($errors->has('nurse')) {{ $errors->first('nurse') }} @endif {{ trans('cruds.caseManagement.fields.nurse_helper') }}
@if($errors->has('nurse_speciality')) {{ $errors->first('nurse_speciality') }} @endif {{ trans('cruds.caseManagement.fields.nurse_speciality_helper') }}
@if($errors->has('paramedic')) {{ $errors->first('paramedic') }} @endif {{ trans('cruds.caseManagement.fields.paramedic_helper') }}
@if($errors->has('paramedic_specialty')) {{ $errors->first('paramedic_specialty') }} @endif {{ trans('cruds.caseManagement.fields.paramedic_specialty_helper') }}
@if($errors->has('rapid_risk_assessments')) {{ $errors->first('rapid_risk_assessments') }} @endif {{ trans('cruds.caseManagement.fields.rapid_risk_assessments_helper') }}
@if($errors->has('clinical_management_advice_and_recommendations')) {{ $errors->first('clinical_management_advice_and_recommendations') }} @endif {{ trans('cruds.caseManagement.fields.clinical_management_advice_and_recommendations_helper') }}
@if($errors->has('icp_in_the_care_facility')) {{ $errors->first('icp_in_the_care_facility') }} @endif {{ trans('cruds.caseManagement.fields.icp_in_the_care_facility_helper') }}
@if($errors->has('monitoring_system')) {{ $errors->first('monitoring_system') }} @endif {{ trans('cruds.caseManagement.fields.monitoring_system_helper') }}
@if($errors->has('epidemic_survey')) {{ $errors->first('epidemic_survey') }} @endif {{ trans('cruds.caseManagement.fields.epidemic_survey_helper') }}
@if($errors->has('determination_of_disease_status')) {{ $errors->first('determination_of_disease_status') }} @endif {{ trans('cruds.caseManagement.fields.determination_of_disease_status_helper') }}
@if($errors->has('epidemiological_studies')) {{ $errors->first('epidemiological_studies') }} @endif {{ trans('cruds.caseManagement.fields.epidemiological_studies_helper') }}
@if($errors->has('study_protocols')) {{ $errors->first('study_protocols') }} @endif {{ trans('cruds.caseManagement.fields.study_protocols_helper') }}
@if($errors->has('data_collection_tools')) {{ $errors->first('data_collection_tools') }} @endif {{ trans('cruds.caseManagement.fields.data_collection_tools_helper') }}
{{--
@if($errors->has('user')) {{ $errors->first('user') }} @endif {{ trans('cruds.caseManagement.fields.user_helper') }}
--}}
@endsection @section('scripts') @endsection