@extends('layouts.site') @section('content')
@if(Session::has('status')) @endif

{{ config('app.locale') == "en" ? $data->name_e : $data->name_a }}

{{ $data->main_specialty }}


@csrf
{{--

{{trans('home.serial-number')}}

@if ($errors->has('serial_number')) {{ $errors->first('serial_number') }} @endif
--}}

{{ trans('home.client-name') }}

@error('client_name') {{ $message }} @enderror

PDF

{{ trans('home.age') }}

@if ($errors->has('age')) {{ $errors->first('age') }} @endif

PDF

{{ trans('home.gender') }}

@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif

PDF

{{ trans('home.problem-detail') }}

@if ($errors->has('problem')) {{ $errors->first('problem') }} @endif

PDF

{{ trans('home.Psychological-evaluation') }}

@if ($errors->has('therap_evaluation')) {{ $errors->first('therap_evaluation') }} @endif

PDF

{{ trans('home.diagnose') }}

@if ($errors->has('diagnostic')) {{ $errors->first('diagnostic') }} @endif

PDF

{{trans('home.Therapeutic-intervention')}}

@if ($errors->has('therapeutic_intervention')) {{ $errors->first('therapeutic_intervention') }} @endif

PDF

{{ trans('home.problem-short-desc') }}

{{ Form::textarea('problem_description',old('problem_description'), ['placeholder' => '','id'=>'problem_description','class' => 'form-control forminput '.($errors->has('problem_description')?'is-invalid':'') , 'cols' => 20, 'rows' =>5]) }} @if ($errors->has('problem_description')) {{ $errors->first('problem_description') }} @endif

PDF

{{ trans('home.assign-Work') }}

{{ Form::textarea('homework',old('homework'), ['placeholder' => '','id'=>'homework' ,'class' => 'form-control forminput '.($errors->has('homework')?'is-invalid':'') , 'cols' => 20, 'rows' =>5]) }} @if ($errors->has('homework')) {{ $errors->first('homework') }} @endif

PDF

{{ trans('home.sessions') }}

PDF

@foreach($clientSessions as $clientSession) @endforeach
# {{trans('home.date-time')}} {{trans('home.period')}} {{trans('home.attend')}}
{{ $clientSession->id }} {{ $clientSession->start_time }} {{ $clientSession->type }} attend==1) checked="checked" @else @endif class="change_status" id="checkbox-{{ $clientSession->id }}">

{{trans('home.Long-term-goals')}}

{{ Form::textarea('long_term',old('long_term'), ['placeholder' => '','id'=>'long_term','class' => 'form-control forminput' , 'cols' => 20, 'rows' =>5]) }}
@if ($errors->has('long_term')) {{ $errors->first('long_term') }} @endif

PDF

{{trans('home.short-term-goals')}}

{{ Form::textarea('short_term',old('short_term'), ['placeholder' => '', 'id'=>'short_term' , 'class' => 'form-control forminput' , 'cols' => 20, 'rows' =>5]) }}
@if ($errors->has('short_term')) {{ $errors->first('short_term') }} @endif

PDF

{{trans('home.Conversion')}}

@if ($errors->has('transfer')) {{ $errors->first('transfer') }} @endif

PDF

{{trans('home.current-status')}}

@if ($errors->has('current_status')) {{ $errors->first('current_status') }} @endif

PDF

{{trans('home.last-visit')}}

@if ($errors->has('last_visit')) {{ $errors->first('last_visit') }} @endif

PDF

{{ trans('home.therapist-name') }}

name_e : $data->name_a }}" name="therapist_name" tabindex="16" readonly >
@error('therapist_name') {{ $message }} @enderror

PDF

@endsection @section('scriptSection') {{----}} @endsection