mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
meetup events filters added
This commit is contained in:
6
resources/views/columns/bitcoin_events/title.blade.php
Normal file
6
resources/views/columns/bitcoin_events/title.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="flex items-center space-x-2">
|
||||
<img class="h-12" src="{{ $row->getFirstMediaUrl('logo', 'thumb') }}" alt="{{ $row->title }}">
|
||||
<div>
|
||||
{{ $row->title }}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user