lecturer cource events

This commit is contained in:
HolgerHatGarKeineNode
2023-03-28 13:13:39 +02:00
parent b80d9b9d00
commit 4534a57c02
6 changed files with 55 additions and 45 deletions

View File

@@ -4,7 +4,7 @@
<x-button
xs amber wire:click="lecturerSearch({{ $row->id }})">
<i class="fa fa-thin fa-calendar mr-2"></i>
{{ __('Show dates') }} ({{ $row->courses_count }})
{{ __('Show dates') }} ({{ $row->courses_events_count }})
</x-button>
@endif
</div>
@@ -13,7 +13,7 @@
<x-button
xs outlined wire:click="lecturerSearch({{ $row->id }})">
<i class="fa fa-thin fa-calendar mr-2"></i>
{{ __('Show dates') }} ({{ $row->courses_count }})
{{ __('Show dates') }} ({{ $row->courses_events_count }})
</x-button>
@endif
</div>

View File

@@ -71,7 +71,7 @@
<div
class="row-span-2 col-span-full sm:col-span-1 md:col-start-1 xl:col-start-2 sm:row-start-4 md:row-start-5 xl:row-start-2">
<a href="{{ route('school.table.city', ['country' => $c]) }}"
<a href="{{ route('school.table.course', ['country' => $c]) }}"
class="relative flex flex-col items-start justify-end w-full h-full overflow-hidden bg-black shadow-lg rounded-xl group"
style="aspect-ratio: 1/1;">
<div class="absolute inset-0 w-full h-full">