@if($approved)
# Your booking is confirmed
Good news, {{ $delegateName }} — your manager has approved your booking.
- **Course:** {{ $courseTitle }}
- **Date:** {{ $startDate }}
Your place is reserved. Any joining instructions will follow separately.
@else
# Update on your booking request
Hi {{ $delegateName }}, your manager was unable to approve your booking request at this time.
- **Course:** {{ $courseTitle }}
- **Date:** {{ $startDate }}
@endif
@if($note)
**Note from your manager:**
> {{ $note }}
@endif
View my dashboard
Thanks,
{{ config('app.name') }}