@if($tags && get_buzzy_config('ShowTags') !== 'no')
@foreach($tags as $tag) @if(!empty($tag->slug)) {{$tag->name}} @endif @endforeach
@endif