mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
add languages
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<div>
|
||||
@if($row->course_events_count > 0)
|
||||
<x-button amber wire:click="venueSearch({{ $row->id }})">
|
||||
Termine anzeigen ({{ $row->course_events_count }})
|
||||
{{ __('Show dates') }} ({{ $row->course_events_count }})
|
||||
</x-button>
|
||||
@endif
|
||||
@if($row->course_events_count < 1)
|
||||
<x-button outlined wire:click="venueSearch({{ $row->id }})">
|
||||
Termine anzeigen ({{ $row->course_events_count }})
|
||||
{{ __('Show dates') }} ({{ $row->course_events_count }})
|
||||
</x-button>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user