{!! Former::framework('TwitterBootstrap4'); !!} {!! Former::horizontal_open() ->id('update_settings') ->route('client.profile.edit_localization', auth()->user()->hashed_id) ->method('PUT'); !!} {!! Former::populate(auth()->user()->client->settings) !!} @csrf
{{ ctrans('texts.localization') }}
{!! Former::text('timezone_id')->label( ctrans('texts.timezone_id')) !!} {!! Former::text('language_id')->label( ctrans('texts.language')) !!} {!! Former::text('date_format')->label( ctrans('texts.date_format')) !!} {!! Former::text('datetime_format')->label( ctrans('texts.datetime_format')) !!}
{!! Former::close() !!}