filters updated

This commit is contained in:
Benjamin Takats
2022-12-05 20:24:16 +01:00
parent e921132504
commit fd2dee5590
12 changed files with 90 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
<div class="flex items-center">
@foreach($row->tags as $tag)
<x-badge>{{ $tag->name }}</x-badge>
@endforeach
</div>