@extends('layouts.app')
@section('title', 'Settings — Integrations')
@section('content')
Settings — Integrations
Configure third-party service integrations.
{{-- Pill tabs --}}
{{-- ===== WhatsApp tab ===== --}}
{{-- Card header --}}
WhatsApp (UltraMSG)
Send WhatsApp messages and notifications via UltraMSG
{{ $whatsappSettings['enabled'] ? 'Enabled' : 'Disabled' }}
{{-- Two-column body --}}
{{-- Left: Settings --}}
Connection Settings
{{-- Instance ID --}}
{{-- API Token --}}
{{-- Webhook Secret --}}
{{-- Webhook Path --}}
{{-- Actions --}}
{{-- Right: Send Test Message --}}
Send Test Message
Verify the connection works end-to-end by sending a real WhatsApp message.
{{-- end WhatsApp tab --}}
{{-- ===== Email tab ===== --}}
{{-- Email card --}}
{{-- Card header --}}
✉️
Email Accounts
Manage mail accounts for sending notifications and reports
{{-- Two-column body --}}
{{-- Left: account list --}}
{{-- List subheader --}}
Configured Accounts
Loading…
{{-- Account rows --}}
{{-- Empty state --}}
✉️
No mail accounts yet
Add an account to start sending emails via Microsoft 365 or SMTP.
{{-- Right: Send Test Email --}}
Send Test Email
Send a test email via any of your configured accounts.
{{-- Code hint --}}
USE IN CODE
Mail::mailer('account-name')
{{-- end Email tab --}}
{{-- ===== Mail Accounts Modal ===== --}}
Add Mail Account
@endsection