@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.relevantTraining.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('experience_in_crec')) {{ $errors->first('experience_in_crec') }} @endif {{ trans('cruds.relevantTraining.fields.experience_in_crec_helper') }}
@if($errors->has('strategic_communications_planning')) {{ $errors->first('strategic_communications_planning') }} @endif {{ trans('cruds.relevantTraining.fields.strategic_communications_planning_helper') }}
@if($errors->has('media_environments')) {{ $errors->first('media_environments') }} @endif {{ trans('cruds.relevantTraining.fields.media_environments_helper') }}
@if($errors->has('content_of_media_communications')) {{ $errors->first('content_of_media_communications') }} @endif {{ trans('cruds.relevantTraining.fields.content_of_media_communications_helper') }}
@if($errors->has('graphic_design')) {{ $errors->first('graphic_design') }} @endif {{ trans('cruds.relevantTraining.fields.graphic_design_helper') }}
@if($errors->has('social_media_web_content')) {{ $errors->first('social_media_web_content') }} @endif {{ trans('cruds.relevantTraining.fields.social_media_web_content_helper') }}
@if($errors->has('communications_field_deployment')) {{ $errors->first('communications_field_deployment') }} @endif {{ trans('cruds.relevantTraining.fields.communications_field_deployment_helper') }}
@if($errors->has('audience_analysis_strategies')) {{ $errors->first('audience_analysis_strategies') }} @endif {{ trans('cruds.relevantTraining.fields.audience_analysis_strategies_helper') }}
@if($errors->has('community_engagement')) {{ $errors->first('community_engagement') }} @endif {{ trans('cruds.relevantTraining.fields.community_engagement_helper') }}
@if($errors->has('specialist_in_health_educ_ches_or_a_certificate_of_master')) {{ $errors->first('specialist_in_health_educ_ches_or_a_certificate_of_master') }} @endif {{ trans('cruds.relevantTraining.fields.specialist_in_health_educ_ches_or_a_certificate_of_master_helper') }}
@if($errors->has('health_education_communication_programme')) {{ $errors->first('health_education_communication_programme') }} @endif {{ trans('cruds.relevantTraining.fields.health_education_communication_programme_helper') }}
@if($errors->has('participation_in_crisis_and_emergency_risk_communication')) {{ $errors->first('participation_in_crisis_and_emergency_risk_communication') }} @endif {{ trans('cruds.relevantTraining.fields.participation_in_crisis_and_emergency_risk_communication_helper') }}
@if($errors->has('crisis_and_emergency_risk_communication_cerc_trainer')) {{ $errors->first('crisis_and_emergency_risk_communication_cerc_trainer') }} @endif {{ trans('cruds.relevantTraining.fields.crisis_and_emergency_risk_communication_cerc_trainer_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('political_experiences')) {{ $errors->first('political_experiences') }} @endif {{ trans('cruds.relevantTraining.fields.political_experience_helper') }}
@if($errors->has('content_of_the_intervener_hearing')) {{ $errors->first('content_of_the_intervener_hearing') }} @endif {{ trans('cruds.relevantTraining.fields.content_of_the_intervener_hearing_helper') }}
@if($errors->has('stakeholder_organization')) {{ $errors->first('stakeholder_organization') }} @endif {{ trans('cruds.relevantTraining.fields.stakeholder_organization_helper') }}
@if($errors->has('responsibility_for_response_risk')) {{ $errors->first('responsibility_for_response_risk') }} @endif {{ trans('cruds.relevantTraining.fields.responsibility_for_response_risk_helper') }}
@if($errors->has('decision_memos')) {{ $errors->first('decision_memos') }} @endif {{ trans('cruds.relevantTraining.fields.decision_memos_helper') }}
@if($errors->has('user')) {{ $errors->first('user') }} @endif {{ trans('cruds.relevantTraining.fields.user_helper') }}
@endsection