@php $terms_ids = $row->terms->pluck('term_id'); $attributes = \Modules\Core\Models\Terms::getTermsById($terms_ids); @endphp @if(!empty($terms_ids) and !empty($attributes)) @foreach($attributes as $attribute ) @php $translate_attribute = $attribute['parent']->translate() @endphp @if(empty($attribute['parent']['hide_in_single']))