@extends('layouts.app') @section('title', 'General Settings') @section('content')

General Settings

Configure site name, currency, tax rates, and basic system settings

@if(session('success'))
{{ session('success') }}
@endif
@csrf

Site Information

Primary contact email for the site

Physical business address

Enter a URL to your logo image (PNG, JPG, or SVG recommended)

@if(!empty($settings['site_logo']))

Current Logo:

Site Logo
@endif

Currency Settings

System Options

Maintenance Mode Configuration

Message displayed to visitors during maintenance mode

Optional URL to redirect users during maintenance (leave empty to show maintenance page)

Cancel
@endsection