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