mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
add tags
This commit is contained in:
5
resources/views/columns/courses/tags.blade.php
Normal file
5
resources/views/columns/courses/tags.blade.php
Normal file
@@ -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