@component('mail::message')
Hello **{{auth()->user()->name}}**
You have successfully booked your live lesson **{{ $content->lesson->title }}** slot
Zoom Meeting ID **{{ $content->meeting_id }}**
Password **{{ $content->password }}**
Date **{{ $content->start_at->format('d-m-Y h:i A') }} ({{ config('zoom.timezone') }})**
@component('mail::button', ['url' => 'https://us04web.zoom.us/j/'.$content->meeting_id])
Join URL
@endcomponent
[https://us04web.zoom.us/j/{{ $content->meeting_id }}](https://us04web.zoom.us/j/{{ $content->meeting_id }}).
Thanks,
{{ config('app.name') }}
@endcomponent