@props(['product']) @php $tags = $product->getActiveTags(); @endphp @if(!empty($tags))
@foreach($tags as $tag)
{{ $tag['content'] }}
@endforeach
@endif