{{ __('settings.General Settings') }}

{{ __('settings.Manage your preferences for appearance, notifications, and default Lab behavior.') }}

{{ __('settings.Appearance and notifications') }}

{{ __('settings.Theme') }}

{{ __('settings.Sets the interface to light mode, dark mode, or to match your device setting.') }}

{{ __('settings.Light') }} {{ __('settings.Dark') }} {{ __('settings.System') }}
@if ($themeLocked)

{{ __('settings.The workspace theme is locked. Ask an administrator if you need a different appearance.') }}

@endif

{{ __('settings.Display token usage in chat') }}

{{ __('settings.Always shows monthly credit balance in Lab when you are in a project.') }}

{{ __('settings.Sound notification') }}

{{ __('settings.Plays a chime when Lab finishes a turn or needs approval, and only if this tab is in the background.') }}

{{ __('settings.Chat') }}

{{ __('settings.Default model') }}

{{ __('settings.Chooses the model to use for new Lab conversations. Open projects keep the model you already selected.') }}

@error('defaultModel') {{ $message }} @enderror
@foreach ($models as $model) {{ $model->label }} @endforeach