@component('mail::message')
# {{ $livestream->name }} {{ $livestream->start_date->isSameDay($old_start_date) ? 'Time' : 'Date' }} Change

Hello,

We wanted to let you know that the upcoming **{{ $livestream->name }}** has had a {{ $livestream->start_date->isSameDay($old_start_date) ? 'time' : 'date' }} change.

The new start time for the livestream is **{{ $livestream->date }}**.

@component('mail::button', ['url' => $url])
Join the {{ $livestream->name }}
@endcomponent

If you have any questions please contact us at [info@brentwood.ca](mailto:info@brentwood.ca).

If you would like to remove yourself from this livestream please [unregister]({{ $unregister_url }}).

Thank you and we look forward to seeing you soon.
@endcomponent
