@php $selected = (array) Request::query('terms'); @endphp @foreach ($attributes as $attribute)
@php $attribute_trans = $attribute->translateOrOrigin(app()->getLocale()); @endphp

{{ $attribute_trans->name }}

@endforeach