@component('mail::message')
# {{ $livestream->name }} Registration Complete

Hello {{ $user->name }},

This is a confirmation that you have registered for the upcoming **{{ $livestream->name }}** on **{{ $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).

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