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