@extends('layouts.app') @section('title', 'General Settings') @section('style') @endsection @section('content')
Displayed in browser title and header
Base URL of your application
Current: {{ config('app.env') }}
Show detailed error messages
Show maintenance page to users
Redirect all HTTP traffic to HTTPS
Current: {{ config('app.timezone', 'UTC') }}
Session Settings
minutes
Default: 120 minutes (2 hours)
Password Settings
days
0 = Never expire
Login Security
minutes
Email Notifications
In-App Notifications
Notification Preferences
seconds
Settings Preview
Application: {{ config('app.name', 'AutoPOS') }} - {{ config('app.url', url('/')) }}
Date & Time: {{ now()->format('d/m/Y H:i') }} ({{ config('app.timezone', 'UTC') }})
Currency: KES (KSh 1,000.00)
Theme: Light Mode
Quick Actions
@endsection @section('script') @endsection