@foreach ($attributes as $attribute) @php $translate = $attribute->translateOrOrigin(app_get_locale()); @endphp
{{__('Attribute: :name',['name'=>$translate->name])}}
@foreach($attribute->terms as $term) @php $term_translate = $term->translateOrOrigin(app_get_locale()); @endphp @endforeach
@endforeach