@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 }},

@endif

Join {{ $eventName }}

Your virtual session for {{ $eventName }} is ready.

Or open this link: {{ $joinUrl }}

@endsection