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