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