@csrf
@error('theme')

{{ $message }}

@enderror
@php($currentColor = old('theme_color', auth()->user()->theme_color ?? 'blue'))
@error('theme_color')

{{ $message }}

@enderror

{{ __('Hızlı Tema Değiştirme') }}

{{ __('Navigation bar\'daki tema butonunu kullanarak anında tema değiştirebilirsiniz.') }}

@if (session('status') === 'Tema güncellendi')
{{ __('Tema başarıyla güncellendi!') }}
@endif