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

SMTP Configuration

Configure your SMTP server details to ensure secure and reliable email sending for notifications, alerts, and system communications.

Edit

Email Settings

Manage your email preferences and configure how your system sends and receives emails.

Edit

API Keys

Manage your API keys and configure secure authentication for your external integrations.

Edit

Categories

Create and manage categories to structure your data for better organization and easy access.

Edit

Timezone Settings

Select your local timezone to ensure all logs and schedules match your local time.

@csrf
{{-- now() --}}
@if(session('success'))

{{ session('success') }}

@endif
@endsection