@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 }}
The organiser of {{ $eventName }} has shared the event programme outline with you. Tap below to view the full schedule.
| View programme |
Or open this link: {{ $programmeUrl }}
@endsection