@lang('settings.user_settings')
@csrf
@if ($errors->has('locale')) @endif
@if ($errors->has('timezone')) @endif
@if ($errors->has('date_format')) @endif
@if ($errors->has('time_format')) @endif
@if ($errors->has('listitem_count')) @endif
@if ($errors->has('link_display_mode')) @endif
@if ($errors->has('links_new_tab')) @endif
@if ($errors->has('markdown_for_text')) @endif
@include('app.settings.partials.user.app-settings.archive-backups') @include('app.settings.partials.user.app-settings.privacy') @include('app.settings.partials.user.app-settings.dark-mode') @include('app.settings.partials.user.app-settings.sharing')