Dear {{ $bookingData->full_name }},
We would like to inform you that the status of your booking has been updated.
Booking Details
- Booking Reference: {{ $bookingData->booking_reference }}
- Status: {{ ucfirst($bookingData->status) }} @if($bookingData->check_in && $bookingData->check_out)
- Check-in: {{ $bookingData->check_in }}
- Check-out: {{ $bookingData->check_out }} @elseif($bookingData->event_start && $bookingData->event_end)
- Event Start: {{ $bookingData->event_start }}
- Event End: {{ $bookingData->event_end }} @endif
Your booking has been confirmed. We look forward to providing you with an exceptional travel experience.
@elseif($bookingData->status === 'pending')Your booking is currently pending. We will update you once it has been confirmed.
@endifIf you have any questions, please do not hesitate to contact us.
Whatsapp or call: +255698338014 | Email: info@matergohotel.bi
Best regards,
The Matergo Hotel Team