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