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

Hello {{ $user->name }},

You have been added as a **moderator** for the upcoming **{{ $livestream->name }}** on **{{ $livestream->date }}**.

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

Thanks,<br>
{{ config('app.name') }}
@endcomponent
