{{-- resources/views/livewire/pages/settings/general.blade.php --}} @extends('layouts.dashboard') @section('title', 'General Settings - PangoQ') @section('content')
Back to Dashboard

General Settings

Customize your application preferences and display settings

Auto-Save Enabled
@if(session('success'))

{{ session('success') }}

@endif

Current Settings Preview

See how your settings will look across the application

Current Time

Loading...

{{ session('timezone', 'UTC') }}

Today's Date

Loading...

Format preview

Sample Price

$1,234.56

{{ session('currency', 'USD') }}

Sample Distance

25.4 km

Kilometers

Regional & Language

Set your preferred language, timezone, and currency

@csrf @method('PATCH')

Choose your preferred language for the interface

@error('language')

{{ $message }}

@enderror

Your local timezone for accurate time display

@error('timezone')

{{ $message }}

@enderror

All prices will be displayed in this currency

@error('currency')

{{ $message }}

@enderror

Display Preferences

Customize how information is displayed

@csrf @method('PATCH')

How dates appear throughout the application

@error('date_format')

{{ $message }}

@enderror

Choose between 12-hour or 24-hour time display

@error('time_format')

{{ $message }}

@enderror

Preferred unit for displaying distances

@error('distance_unit')

{{ $message }}

@enderror

Temperature display for weather information

@error('temperature_unit')

{{ $message }}

@enderror

Data & Privacy

Manage your data preferences and privacy settings

Data Collection

Analytics

Help improve the app with usage data

Crash Reports

Automatically send error reports

Data Management

@endsection