{{-- WABA connect modals. Two flavours: 1. Manual paste — Phone Number ID + WABA ID + Access Token form. 2. Embedded Signup — Meta JS SDK iframe ("Continue with Facebook"). Both POST to controller endpoints which probe Meta, save the row, and subscribe the WABA to our app's webhooks. Triggered by any button with [data-waba-connect="manual"] or [data-waba-connect="embedded"]. JS wiring is in app.js (user devices key). --}} {{-- ── 1. Manual paste modal ─────────────────────────────────── --}} {{-- ── 2. Embedded Signup modal ───────────────────────────────── --}} @if (!empty($embeddedSignupReady ?? false)) {{-- Meta JS SDK — loaded once per page render of the WABA modal --}} @endif