This commit is contained in:
Benjamin Takats
2022-12-04 19:42:27 +01:00
parent e68c6a0e5f
commit 29f3ff3256
29 changed files with 664 additions and 6 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>