sercosan
From Design > Mail Templates > Edit Reservation status update template and replace this line towards the end from
@partial('button', ['url' => '{{ $reservation_view_url }}', 'type' => 'primary'])
to
@partial('button', ['url' => $reservation_view_url, 'type' => 'primary'])