@if ($attributes->isNotEmpty())
@if (in_array($attributeSet->display_layout, ['text', 'dropdown']))
@foreach ($attributes as $attribute)
{{ $attribute->title }}
@endforeach
@else
@foreach ($attributes as $attribute)
@if ($attribute->image) {{ RvMedia::image($attribute->image, $attribute->title, attributes: ['class' => 'rounded-pill']) }} @else
@endif
{{ $attribute->title }}
@endforeach
@endif
@else — @endif