subject = "Reminder For Your Reservation - {{ $reservation_number }}"
==
Reservation Reminder!
This is a reminder for your upcoming reservation {{ $reservation_number }} at {{ $location_name }} with the following status: {{ $status_name }}.
The comments for your reservation are:
{{ $status_comment }}
To view your reservation progress, click the link below
{{ $reservation_view_url }}
==
Hi {{ $first_name }} {{ $last_name }},
This is a reminder for your upcoming reservation {{ $reservation_number }} at {{ $location_name }} with the following status: {{ $status_name }}.
**{{ $status_name }}**
The comments for your reservation are:
{{ $status_comment }}
@partial('button', ['url' => $reservation_view_url, 'type' => 'primary'])
View your reservation status
@endpartial