*/ public function locales(): array { return Locale::cases(); } }; ?>
@include('partials.settings-heading') {{ __('Appearance settings') }} {{ __('Light') }} {{ __('Dark') }} {{ __('System') }} {{ __('Language') }} {{ __('Choose the language used throughout the application') }}
@foreach ($this->locales() as $locale) {{ $locale->label() }} @endforeach