flags added

This commit is contained in:
Benjamin Takats
2022-12-16 12:08:24 +01:00
parent 01092132bf
commit 3067b43e4a
2 changed files with 19 additions and 1 deletions

View 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>