mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add media stuff
This commit is contained in:
5
resources/views/columns/events/categories.blade.php
Normal file
5
resources/views/columns/events/categories.blade.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="flex space-x-1">
|
||||
@foreach($row->course->categories as $category)
|
||||
<x-badge>{{ $category->name }}</x-badge>
|
||||
@endforeach
|
||||
</div>
|
||||
Reference in New Issue
Block a user