@extends('layouts.admin') @section('styles') @endsection @section('content')

General Settings

Manage site-wide configuration and preferences

@csrf @method('PUT')
@if(!empty($settings['site_logo']))
Current Logo

Current Logo

@endif
Leave empty to keep current logo. Accepted: JPEG, PNG, JPG, GIF, SVG (Max: 2MB)
Enter your business address (will be automatically embedded in map)
@if(!empty($settings['hero_bg_image']))
Current Hero Image

Current Image

@endif
Leave empty to keep current image. Accepted: JPEG, PNG, JPG (Max: 4MB)
@if(!empty($settings['about_image']))
Current About Image

Current Image

@endif
Leave empty to keep current image. Accepted: JPEG, PNG, JPG (Max: 4MB)
Stat 1
Stat 2
These settings will override the default environment configuration.
@endsection @push('scripts') @endpush