mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-05-10 17:54:53 +00:00
flags added
This commit is contained in:
@@ -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