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