{!! $attribute_group['id'] !!}

{!! $attribute_group['name'] !!}

{!! $attribute_group['slug'] !!}

{!! $attribute_group['sort_order'] !!}

{!! $attribute_group['user_id'] !!}

{!! $attribute_group['user_type'] !!}

{!! $attribute_group['created_at'] !!}

{!! $attribute_group['updated_at'] !!}

{!! $attribute_group['deleted_at'] !!}
{!! 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'))!!}