{{--{{ 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,'class'=>"form-horizontal",'files'=>true]) !!} {{ csrf_field() }}
{{ Lang::get('main.form_validation_error') }}
{{ Lang::get('main.form_validation_success') }}
@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