Compare commits

...

1 Commits

Author SHA1 Message Date
boban af369acbf6 Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-11-08 12:57:05 +01:00
1 changed files with 1 additions and 3 deletions

View File

@ -5,9 +5,7 @@
<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">
@foreach (config('mailwolt.language') as $key => $lang)
<option value="{{ $lang['locale'] }}">
{{ countryFlag($lang['flag']) }} {{ $lang['label'] }}
</option>
<option value="{{ $lang['locale'] }}">{{ $lang['label'] }}</option>
@endforeach
</select>
@error('locale') <p class="text-xs text-rose-400 mt-1">{{ $message }}</p> @enderror