mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-04-26 16:58:41 +00:00
filters updated
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<div class="flex items-center">
|
||||
@foreach($row->tags as $tag)
|
||||
<x-badge>{{ $tag->name }}</x-badge>
|
||||
@endforeach
|
||||
</div>
|
||||
Reference in New Issue
Block a user