{!! $attribute_category['id'] !!}
{!! $attribute_category['parent_id'] !!}
{!! $attribute_category['name'] !!}
{!! $attribute_category['slug'] !!}
{!! $attribute_category['created_at'] !!}
{!! $attribute_category['updated_at'] !!}
{!! $attribute_category['deleted_at'] !!}
{!! Form::text('name')
-> label(trans('attribute::attribute_category.label.name'))
-> placeholder(trans('attribute::attribute_category.placeholder.name'))!!}