mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
6 lines
164 B
PHP
6 lines
164 B
PHP
<div wire:key="courses_action_{{ $row->id }}">
|
|
<x-button amber wire:click="courseSearch({{ $row->id }})">
|
|
{{ __('Show dates') }}
|
|
</x-button>
|
|
</div>
|