@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.psychosocialExperience.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('psychosocial_experience')) {{ $errors->first('psychosocial_experience') }} @endif {{ trans('cruds.psychosocialExperience.fields.psychosocial_experience_helper') }}
@if($errors->has('licensee')) {{ $errors->first('licensee') }} @endif {{ trans('cruds.psychosocialExperience.fields.licensee_helper') }}
@if($errors->has('psychiatrist')) {{ $errors->first('psychiatrist') }} @endif {{ trans('cruds.psychosocialExperience.fields.psychiatrist_helper') }}
@if($errors->has('advisor')) {{ $errors->first('advisor') }} @endif {{ trans('cruds.psychosocialExperience.fields.advisor_helper') }}
@if($errors->has('social_worker')) {{ $errors->first('social_worker') }} @endif {{ trans('cruds.psychosocialExperience.fields.social_worker_helper') }}
@if($errors->has('trauma_based_therapy')) {{ $errors->first('trauma_based_therapy') }} @endif {{ trans('cruds.psychosocialExperience.fields.trauma_based_therapy_helper') }}
@if($errors->has('cognitive_behavioural_therapy')) {{ $errors->first('cognitive_behavioural_therapy') }} @endif {{ trans('cruds.psychosocialExperience.fields.cognitive_behavioural_therapy_helper') }}
@if($errors->has('psychodynamic_therapy')) {{ $errors->first('psychodynamic_therapy') }} @endif {{ trans('cruds.psychosocialExperience.fields.psychodynamic_therapy_helper') }}
@if($errors->has('psychoanalytic_therapy')) {{ $errors->first('psychoanalytic_therapy') }} @endif {{ trans('cruds.psychosocialExperience.fields.psychoanalytic_therapy_helper') }}
@if($errors->has('integrative_or_holistic_therapy')) {{ $errors->first('integrative_or_holistic_therapy') }} @endif {{ trans('cruds.psychosocialExperience.fields.integrative_or_holistic_therapy_helper') }}
@if($errors->has('humanistic_therapy')) {{ $errors->first('humanistic_therapy') }} @endif {{ trans('cruds.psychosocialExperience.fields.humanistic_therapy_helper') }}
@if($errors->has('pediatric_therapy')) {{ $errors->first('pediatric_therapy') }} @endif {{ trans('cruds.psychosocialExperience.fields.pediatric_therapy_helper') }}
@if($errors->has('user')) {{ $errors->first('user') }} @endif {{ trans('cruds.psychosocialExperience.fields.user_helper') }}
@endsection