@extends('layouts.admin_new') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.securityManagerExperience.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('occupational_health_and_safety_assessment')) {{ $errors->first('occupational_health_and_safety_assessment') }} @endif {{ trans('cruds.securityManagerExperience.fields.occupational_health_and_safety_assessment_helper') }}
@if($errors->has('osh_y_n_facility_assessment')) {{ $errors->first('osh_y_n_facility_assessment') }} @endif {{ trans('cruds.securityManagerExperience.fields.osh_y_n_facility_assessment_helper') }}
@if($errors->has('development_of_an_incident_action')) {{ $errors->first('development_of_an_incident_action') }} @endif {{ trans('cruds.securityManagerExperience.fields.development_of_an_incident_action_helper') }}
@if($errors->has('other_training_on_osh')) {{ $errors->first('other_training_on_osh') }} @endif {{ trans('cruds.securityManagerExperience.fields.other_training_on_osh_helper') }}
@if($errors->has('training_received_in_the_field_of_expertise')) {{ $errors->first('training_received_in_the_field_of_expertise') }} @endif {{ trans('cruds.securityManagerExperience.fields.training_received_in_the_field_of_expertise_helper') }}
@foreach(App\Models\SecurityManagerExperience::DO_YOU_HAVE_A_SERVICE_PASSPORT_RADIO as $key => $label)
do_you_have_a_service_passport) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('do_you_have_a_service_passport')) {{ $errors->first('do_you_have_a_service_passport') }} @endif {{ trans('cruds.securityManagerExperience.fields.do_you_have_a_service_passport_helper') }}
@foreach(App\Models\SecurityManagerExperience::EIR_VOLUNTEER_RADIO as $key => $label)
eir_volunteer) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('eir_volunteer')) {{ $errors->first('eir_volunteer') }} @endif {{ trans('cruds.securityManagerExperience.fields.eir_volunteer_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('if_not_please_indicate_the_months')) {{ $errors->first('if_not_please_indicate_the_months') }} @endif {{ trans('cruds.securityManagerExperience.fields.if_not_please_indicate_the_months_helper') }}
@foreach(App\Models\SecurityManagerExperience::NATIONAL_TRAINING_INSERT_NAME_AND_DATE_OF_JUST_IN_TIME_RADIO as $key => $label)
national_training_insert_name_and_date_of_just_in_time) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('national_training_insert_name_and_date_of_just_in_time')) {{ $errors->first('national_training_insert_name_and_date_of_just_in_time') }} @endif {{ trans('cruds.securityManagerExperience.fields.national_training_insert_name_and_date_of_just_in_time_helper') }}
@if($errors->has('name_of_just_in_time_training')) {{ $errors->first('name_of_just_in_time_training') }} @endif {{ trans('cruds.securityManagerExperience.fields.name_of_just_in_time_training_helper') }}
@if($errors->has('date_of_just_in_time_training')) {{ $errors->first('date_of_just_in_time_training') }} @endif {{ trans('cruds.securityManagerExperience.fields.date_of_just_in_time_training_helper') }}
@endsection