@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.hazardousMaterialsExperience.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@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') }}
@if($errors->has('certified_industrial_hygienist_cih')) {{ $errors->first('certified_industrial_hygienist_cih') }} @endif {{ trans('cruds.hazardousMaterialsExperience.fields.certified_industrial_hygienist_cih_helper') }}
@if($errors->has('hazmat_specialist_training')) {{ $errors->first('hazmat_specialist_training') }} @endif {{ trans('cruds.hazardousMaterialsExperience.fields.hazmat_specialist_training_helper') }}
@if($errors->has('record_keeping')) {{ $errors->first('record_keeping') }} @endif {{ trans('cruds.hazardousMaterialsExperience.fields.record_keeping_helper') }}
@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') }}
@if($errors->has('medical_waste_plans')) {{ $errors->first('medical_waste_plans') }} @endif {{ trans('cruds.hazardousMaterialsExperience.fields.medical_waste_plans_helper') }}
@if($errors->has('spill_response_plans')) {{ $errors->first('spill_response_plans') }} @endif {{ trans('cruds.hazardousMaterialsExperience.fields.spill_response_plans_helper') }}
@if($errors->has('hazardous_waste_reduction_plans')) {{ $errors->first('hazardous_waste_reduction_plans') }} @endif {{ trans('cruds.hazardousMaterialsExperience.fields.hazardous_waste_reduction_plans_helper') }}
@if($errors->has('hazardous_waste_contingency_plans')) {{ $errors->first('hazardous_waste_contingency_plans') }} @endif {{ trans('cruds.hazardousMaterialsExperience.fields.hazardous_waste_contingency_plans_helper') }}
@if($errors->has('stormwater_y_n_plans')) {{ $errors->first('stormwater_y_n_plans') }} @endif {{ trans('cruds.hazardousMaterialsExperience.fields.stormwater_y_n_plans_helper') }}
@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') }}
@if($errors->has('radiation_protection_plan')) {{ $errors->first('radiation_protection_plan') }} @endif {{ trans('cruds.hazardousMaterialsExperience.fields.radiation_protection_plan_helper') }}
@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') }}
@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') }}
@endsection