newTable() ->addColumn('attribute_set', function ($attribute) { return $attribute->attributeSet->name; }) ->addColumn('is_filterable', function ($attribute) { return $attribute->is_filterable ? trans('attribute::admin.table.yes') : trans('attribute::admin.table.no'); }); } }