{!! Form::text('name')
-> label(trans('attribute::attribute_group.label.name'))
-> placeholder(trans('attribute::attribute_group.placeholder.name'))!!}
{!! Form::numeric('sort_order')
-> label(trans('attribute::attribute_group.label.sort_order'))
-> placeholder(trans('attribute::attribute_group.placeholder.sort_order'))!!}