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