@extends('admin.layouts.app') @section('title', 'Settings') @section('subtitle', 'Application configuration') @push('styles') @endpush @section('content')
{{-- SMTP Section --}}
Email / SMTP
Used to send credentials to new treasurers
@if($smtp['smtp_host']) Configured @else Not configured @endif
@csrf
Leave blank to keep existing password
{{-- Test SMTP --}} @if($smtp['smtp_host'])
Test Email
Send a test email to verify your SMTP configuration
@csrf
@endif {{-- Contact Support Section --}}
Contact Support
Support details shown to treasurers in the app
@csrf
@endsection