mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
flags added
This commit is contained in:
7
resources/views/columns/bitcoin_events/country.blade.php
Normal file
7
resources/views/columns/bitcoin_events/country.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="flex flex-col space-y-1 justify-center items-center">
|
||||
<img class="h-8" src="{{ asset('vendor/blade-country-flags/1x1-'.$row->venue->city->country->code.'.svg') }}"
|
||||
alt="{{ $row->venue->city->country->code }}">
|
||||
<div>
|
||||
{{ $row->venue->city->country->code }}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user