mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
header change country
This commit is contained in:
@@ -79,6 +79,20 @@
|
|||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="max-w-sm text-lg text-gray-200">
|
||||||
|
<x-select
|
||||||
|
label="Land wechseln"
|
||||||
|
placeholder="Land wechseln"
|
||||||
|
wire:model="c"
|
||||||
|
:clearable="false"
|
||||||
|
>
|
||||||
|
@foreach($countries as $country)
|
||||||
|
<x-select.user-option
|
||||||
|
src="{{ asset('vendor/blade-country-flags/4x3-'.$country->code.'.svg') }}"
|
||||||
|
label="{{ $country->name }}" value="{{ $country->code }}"/>
|
||||||
|
@endforeach
|
||||||
|
</x-select>
|
||||||
|
</div>
|
||||||
@auth
|
@auth
|
||||||
<div></div>
|
<div></div>
|
||||||
@else
|
@else
|
||||||
|
|||||||
Reference in New Issue
Block a user