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