{{-- Reusable test-send modal (Alpine). Hidden by default; toggle by dispatching the 'open-test-send' window event, or wiring a button to set the surrounding x-data's `open=true`. Required prop: $action — the URL the form posts to (must accept POST with `to` field). Optional: $title, $note. --}} @php $action = $action ?? '#'; $title = $title ?? 'Send test'; $note = $note ?? 'Comma-separated emails. The send is rendered with a stub subscriber so personalization tokens are filled in.'; @endphp