@foreach ($attributes as $attribute)
{{__('Attribute: :name',['name'=>$attribute->name])}}
@foreach($attribute->terms as $term) @endforeach
@endforeach