mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
4 lines
184 B
PHP
4 lines
184 B
PHP
<div wire:key="course_events_action_{{ $row->id }}">
|
|
<x-button class="whitespace-nowrap" amber wire:click="viewHistoryModal({{ $row->id }})">{{ __('Register') }}</x-button>
|
|
</div>
|