{!!Form::vertical_open()
->id('binary_tree_plan-binary_tree_user-create')
->method('POST')
->files('true')
->action(guard_url('binary_tree_plan/binary_tree_user'))!!}
{{ trans('app.new') }} [{!! trans('binary_tree_plan::binary_tree_user.name') !!}]
@include('binary_tree_plan::admin.binary_tree_user.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}