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