@extends('layouts.admin') @section('title', 'System Settings') @section('content')

System Settings

@if(session('success')) @endif
General Settings
@csrf
Company Information
Application Settings
@php $appLogo = \App\Models\Setting::get('app_logo'); @endphp @if($appLogo && Storage::disk('public')->exists($appLogo)) App Logo @else
@endif
Recommended: 200x60px PNG or JPG, max 2MB
Contact Settings
@csrf
Format: 254700000000 (without +)
Tax Configuration
@csrf
Number of decimal places for tax calculations
Margin to add to exchange rates for calculations
Automatically update exchange rates daily
Enable benchmark comparisons in calculations
Notification Settings
@csrf
Email Notifications
Send email notifications to administrators
Send email notifications to users
System Alerts
Receive alerts for system health issues
Receive reminders for system backups
Threshold for low stock alerts
@endsection @push('scripts') @endpush