@extends('layouts.vertical', ['pageTitle' => 'Preferences']) @section('page-title') @include('layouts.partials/app-pagetitle', [ 'pageTitle' => strtoupper(__('preferences.title')), 'pageSubTitle1' => 'Settings', 'pageSubTitle2' => 'User Preferences' ])
@endsection @section('content')
{{-- Language Settings --}}
{{ __('preferences.language') }}
@csrf
{{-- Theme Settings --}}
{{ __('preferences.theme') }}
@csrf {{-- Dark Navigation --}}
dark_navigation ? 'checked' : '' }}>
{{-- High Contrast --}}
high_contrast ? 'checked' : '' }}>
{{-- Highlight Forms --}}
highlight_forms ? 'checked' : '' }}>
{{-- Info Card --}}
Information

Language: Your preferred language for the interface.

Dark Navigation: Enable dark mode for the navigation menu.

High Contrast: Increase contrast for better visibility.

Highlight Forms: Add background highlighting to form fields.

@endsection @push('scripts') @endpush