Files
ladill-events/resources/views/mail/notifications/event-join.blade.php
T
isaaccladandCursor 05a6be7efe
Deploy Ladill Events / deploy (push) Successful in 41s
Complete Events–Meet integration phases 2–5.
Programme sync to Meet rooms, wallet-billed mass comms, webhook lifecycle updates, and registration access bridge with join-window gating on public pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 22:31:45 +00:00

11 lines
299 B
PHP

<!DOCTYPE html>
<html>
<body style="font-family: sans-serif; color: #1e293b; line-height: 1.5;">
@if($attendeeName)
<p>Hi {{ $attendeeName }},</p>
@endif
<p>Your virtual session for <strong>{{ $eventName }}</strong> is ready.</p>
<p><a href="{{ $joinUrl }}">Join the session</a></p>
</body>
</html>