Replace Form::locales on user setup

This commit is contained in:
Marcus Moore
2025-05-08 15:38:49 -07:00
parent fce5530bc7
commit f7777ca8a5

View File

@@ -34,7 +34,7 @@
<label for="locale">
{{ trans('admin/settings/general.default_language') }}
</label>
{!! Form::locales('locale', old('locale', "en-US"), 'select2') !!}
<x-input.locale-select name="locale" :selected="old('locale', 'en-US')" />
{!! $errors->first('locale', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}
</div>