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

📋 Programme Outline

{{ $eventName }}

Here's the programme{{ $attendeeName ? ', ' . explode(' ', $attendeeName)[0] : '' }}!

The organiser of {{ $eventName }} has shared the event programme outline with you. Tap below to view the full schedule.

Or open this link: {{ $programmeUrl }}

@endsection