parent
d81c3bc07c
commit
af369acbf6
|
|
@ -5,9 +5,7 @@
|
||||||
<select wire:model.defer="locale"
|
<select wire:model.defer="locale"
|
||||||
class="w-full h-11 rounded-xl border border-white/10 bg-white/[0.04] px-3 text-white/90">
|
class="w-full h-11 rounded-xl border border-white/10 bg-white/[0.04] px-3 text-white/90">
|
||||||
@foreach (config('mailwolt.language') as $key => $lang)
|
@foreach (config('mailwolt.language') as $key => $lang)
|
||||||
<option value="{{ $lang['locale'] }}">
|
<option value="{{ $lang['locale'] }}">{{ $lang['label'] }}</option>
|
||||||
{{ countryFlag($lang['flag']) }} {{ $lang['label'] }}
|
|
||||||
</option>
|
|
||||||
@endforeach
|
@endforeach
|
||||||
</select>
|
</select>
|
||||||
@error('locale') <p class="text-xs text-rose-400 mt-1">{{ $message }}</p> @enderror
|
@error('locale') <p class="text-xs text-rose-400 mt-1">{{ $message }}</p> @enderror
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue