@extends('mail.notifications.layout') @section('email-header') @include('mail.partials.brand-header', ['brand' => 'events']) @endsection @section('email-footer') @include('mail.partials.brand-footer', ['brand' => 'events']) @endsection @section('content') @if($attendeeName)
Hi {{ $attendeeName }},
@endifYour virtual session for {{ $eventName }} is ready.
| Join the session |
Or open this link: {{ $joinUrl }}
@endsection