mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
15 lines
563 B
PHP
15 lines
563 B
PHP
<div class="flex flex-col space-y-1">
|
|
<div>
|
|
<x-button amber wire:click="proximitySearch({{ $row->id }})" class="text-21gray">
|
|
<i class="fa fa-thin fa-person-chalkboard mr-2"></i>
|
|
Umkreis-Suche Kurs-Termin {{ $row->name }}(100km)
|
|
</x-button>
|
|
</div>
|
|
<div>
|
|
<x-button amber wire:click="proximitySearchForBookCases({{ $row->id }})" class="text-21gray">
|
|
<i class="fa fa-thin fa-book mr-2"></i>
|
|
Umkreis-Suche Bücher-Schrank {{ $row->name }} (5km)
|
|
</x-button>
|
|
</div>
|
|
</div>
|