@extends('layouts.app')
@section('title', 'Settings — Integrations')
@section('content')
{{-- Pill tabs --}}
{{-- ===== WhatsApp tab ===== --}}
{{-- Two-column body --}}
{{-- Left: Settings form --}}
{{-- Enable toggle --}}
Enable WhatsApp Notifications
When disabled, no messages will be sent.
{{-- Instance ID --}}
{{-- API Token --}}
{{-- Webhook Secret --}}
{{-- Webhook Path --}}
{{-- Actions --}}
{{-- Right: Send Test Message --}}
Verify the connection works end-to-end by sending a real message.
{{-- end WhatsApp tab --}}
{{-- ===== Email tab ===== --}}
{{-- Two-column layout: account list left, send test right --}}
{{-- Left: account list --}}
✉️
No mail accounts configured
Click Add Account to get started.
{{-- Right: Send Test Email --}}
📧
Send Test Email
Send a test email via any configured account.
{{-- end Email tab --}}
{{-- Mail Accounts Modal --}}
{{-- Header --}}
Add Mail Account
{{-- Body --}}
{{-- Account Name --}}
{{-- Label --}}
{{-- Type --}}
{{-- Azure section --}}
{{-- SMTP section --}}
{{-- Sender --}}
{{-- Footer --}}
@endsection