@extends('layout.mainlayout') @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Mail Settings
Auto Backup Server Configuration
Comma-separated, e.g. `backup_sftp,s3`.
Logging & Monitoring
Use `26` for a 26th to 25th reporting cycle.
S3 / Object Storage
Sets `FILESYSTEM_DISK` in `.env` for the app default storage driver.
@endsection