mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
6 lines
153 B
PHP
6 lines
153 B
PHP
<div class="flex space-x-1">
|
|
@foreach($row->course->categories as $category)
|
|
<x-badge>{{ $category->name }}</x-badge>
|
|
@endforeach
|
|
</div>
|