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