@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.hazardousMaterialsExperience.title_singular') }}
@csrf
{{ trans('cruds.hazardousMaterialsExperience.fields.certified_hazardous_materials_manager_chmm') }}
@foreach($certified_hazardous_materials_manager_chmms as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('certified_hazardous_materials_manager_chmm'))
{{ $errors->first('certified_hazardous_materials_manager_chmm') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.certified_hazardous_materials_manager_chmm_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.certified_industrial_hygienist_cih') }}
@foreach($certified_industrial_hygienist_cihs as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('certified_industrial_hygienist_cih'))
{{ $errors->first('certified_industrial_hygienist_cih') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.certified_industrial_hygienist_cih_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.hazmat_specialist_training') }}
@foreach($hazmat_specialist_trainings as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('hazmat_specialist_training'))
{{ $errors->first('hazmat_specialist_training') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.hazmat_specialist_training_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.record_keeping') }}
@foreach($record_keepings as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('record_keeping'))
{{ $errors->first('record_keeping') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.record_keeping_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.hazardous_materials_management_y_n_program') }}
@foreach($hazardous_materials_management_y_n_programs as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('hazardous_materials_management_y_n_program'))
{{ $errors->first('hazardous_materials_management_y_n_program') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.hazardous_materials_management_y_n_program_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.medical_waste_plans') }}
@foreach($medical_waste_plans as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('medical_waste_plans'))
{{ $errors->first('medical_waste_plans') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.medical_waste_plans_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.spill_response_plans') }}
@foreach($spill_response_plans as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('spill_response_plans'))
{{ $errors->first('spill_response_plans') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.spill_response_plans_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.hazardous_waste_reduction_plans') }}
@foreach($hazardous_waste_reduction_plans as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('hazardous_waste_reduction_plans'))
{{ $errors->first('hazardous_waste_reduction_plans') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.hazardous_waste_reduction_plans_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.hazardous_waste_contingency_plans') }}
@foreach($hazardous_waste_contingency_plans as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('hazardous_waste_contingency_plans'))
{{ $errors->first('hazardous_waste_contingency_plans') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.hazardous_waste_contingency_plans_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.stormwater_y_n_plans') }}
@foreach($stormwater_y_n_plans as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('stormwater_y_n_plans'))
{{ $errors->first('stormwater_y_n_plans') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.stormwater_y_n_plans_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.occupational_health_and_safety_y_n_programs') }}
@foreach($occupational_health_and_safety_y_n_programs as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('occupational_health_and_safety_y_n_programs'))
{{ $errors->first('occupational_health_and_safety_y_n_programs') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.occupational_health_and_safety_y_n_programs_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.radiation_protection_plan') }}
@foreach($radiation_protection_plans as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('radiation_protection_plan'))
{{ $errors->first('radiation_protection_plan') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.radiation_protection_plan_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.collection_segregation_and_transport_of_hazardous_waste') }}
@foreach($collection_segregation_and_transport_of_hazardous_wastes as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('collection_segregation_and_transport_of_hazardous_waste'))
{{ $errors->first('collection_segregation_and_transport_of_hazardous_waste') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.collection_segregation_and_transport_of_hazardous_waste_helper') }}
{{ trans('cruds.hazardousMaterialsExperience.fields.training_others_on_hazardous_waste') }}
@foreach($training_others_on_hazardous_wastes as $id => $entry)
{{ $entry }}
@endforeach
@if($errors->has('training_others_on_hazardous_waste'))
{{ $errors->first('training_others_on_hazardous_waste') }}
@endif
{{ trans('cruds.hazardousMaterialsExperience.fields.training_others_on_hazardous_waste_helper') }}
{{ trans('global.save') }}
@endsection