add languages

This commit is contained in:
Benjamin Takats
2022-12-18 21:15:23 +01:00
parent 31c9a66244
commit cf6afdcb43
489 changed files with 589 additions and 36883 deletions

View File

@@ -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>