active == '1' ? 'checked="checked"' : '' }}
disabled />
{{ Form::open(array('method' => 'Delete',
'route' => array('therapists_destroy',$one->id),
'class' => 'delete-form',
'onsubmit' => 'return confirm(\'Are you sure make delete operation that will be delete related reservation ?\')')) }}
{{ Form::close() }}