@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')

Speaker invitation

{{ $eventName }}

You're invited to speak{{ $speakerName ? ', '.explode(' ', $speakerName)[0] : '' }}

The organiser of {{ $eventName }} has added you to the speaker roster. Your speaker page includes the programme, your session times, and links to join the virtual stage.

Or open this link: {{ $portalUrl }}

@endsection