@extends('admin.layouts.app') @section('pageTitle') {{ Lang::get('main.home_page_title') }} @endsection @section('contentHeader')

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

@endsection @section('content')
{{ Lang::get('main.therapists') }}
{!! Form::open(['method'=>'POST','url'=>'admin/therapists','class'=>"form-horizontal",'files'=>true]) !!}
{{ Lang::get('main.form_validation_error') }}
{{ Lang::get('main.form_validation_success') }}
{{ Lang::get('main.select_image') }} {{ Lang::get('main.change') }} {{ Lang::get('main.remove') }}
{!! Form::close() !!}
@endsection @section('scriptCode') @endsection