mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
9 lines
317 B
PHP
9 lines
317 B
PHP
<a href="{{ route('meetup.landing', ['country' => $row->city->country, 'meetup' => $row]) }}">
|
|
<div class="flex items-center space-x-2">
|
|
<img class="h-24" src="{{ $row->getFirstMediaUrl('logo', 'thumb') }}" alt="{{ $row->name }}">
|
|
<div>
|
|
{{ $row->name }}
|
|
</div>
|
|
</div>
|
|
</a>
|