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