mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
column added
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<div class="flex flex-col space-y-1">
|
||||
<div>
|
||||
<x-badge>{{ __('Confirmations') }}: {{ count($row->attendees ?? []) }}</x-badge>
|
||||
</div>
|
||||
<div>
|
||||
<x-badge>{{ __('Perhaps') }}: {{ count($row->might_attendees ?? []) }}</x-badge>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user