@extends('layouts.admin') @section('content')
{{ trans('global.show') }} {{ trans('cruds.psychosocialExperience.title') }}
{{ trans('cruds.psychosocialExperience.fields.id') }} {{ $psychosocialExperience->id }}
{{ trans('cruds.psychosocialExperience.fields.psychosocial_experience') }} {{ $psychosocialExperience->psychosocial_experience->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.licensee') }} {{ $psychosocialExperience->licensee->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.psychiatrist') }} {{ $psychosocialExperience->psychiatrist->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.advisor') }} {{ $psychosocialExperience->advisor->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.social_worker') }} {{ $psychosocialExperience->social_worker->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.trauma_based_therapy') }} {{ $psychosocialExperience->trauma_based_therapy->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.cognitive_behavioural_therapy') }} {{ $psychosocialExperience->cognitive_behavioural_therapy->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.psychodynamic_therapy') }} {{ $psychosocialExperience->psychodynamic_therapy->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.psychoanalytic_therapy') }} {{ $psychosocialExperience->psychoanalytic_therapy->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.integrative_or_holistic_therapy') }} {{ $psychosocialExperience->integrative_or_holistic_therapy->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.humanistic_therapy') }} {{ $psychosocialExperience->humanistic_therapy->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.pediatric_therapy') }} {{ $psychosocialExperience->pediatric_therapy->name ?? '' }}
{{ trans('cruds.psychosocialExperience.fields.user') }} {{ $psychosocialExperience->user->name ?? '' }}
@endsection