{{--{{ print_r(json_decode($therapist->custom_views_projects)).dd() }}--}} @extends('admin.layouts.app') @section('pageTitle') {{ Lang::get('main.home_page_title') }} @endsection @section('contentHeader')

{{ Lang::get('main.therapists') }} {{ Lang::get('main.edit') }}

@endsection @section('content')
{{ Lang::get('main.therapists') }}
{!! Form::open(['method'=>'PUT','url'=>'admin/therapists/'.$therapist->id,'files'=>true,'id'=>'therapistsEdit']) !!} {{ csrf_field() }}
{{ Lang::get('main.form_validation_error') }}
{{ Lang::get('main.form_validation_success') }}
{{--
--}}
@php $ids=\App\TherapistsMainFocus::where('therapist_id',$therapist->id)->pluck('main_focus_id')->toArray(); @endphp
{{--
--}}

rating == 1) checked @endif name="rating" value="1">
rating == 2) checked @endif name="rating" value="2">
rating == 3) checked @endif name="rating" value="3">
rating == 4) checked @endif name="rating" value="4">
rating == 5) checked @endif name="rating" value="5">


@if ($therapistimages->count() > 0) @foreach ($therapistimages as $index=>$therapistimage) @endforeach
# image choose picture
{{ $index + 1 }}
@if($therapist->picture == $therapistimage->pictures)
@endif
active==1)) checked @endif data-size="small" data-on-color="success" data-on-text="active" data-off-color="default" data-off-text="unActive">
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
{{ Lang::get('main.select_image') }} {{ Lang::get('main.change') }} {{ Lang::get('main.remove') }}
{!! Form::close() !!}
@endsection @section('scriptCode') @endsection