Logo
أجياد الدولية للسفر والسياحة
AJYAD INTERNATIONAL TRAVEL & TOURISM
C.R.1161992  ·  P.O Box 202, Postal Code 101, City Center
Tel: 24511355 / 98583083  ·  Email: op@ajyadintl.com

Booking Cancellation Notice

Your booking has been cancelled as per your request

Booking that you have made has been cancelled. Please find the details of your cancellation below. For any queries, please cite the Booking ID in all correspondence with us.

Booking Details
@if(!empty($cancellation->cancellation_reference)) @endif
Booking ID {{ $cancellation->booking_id ?? $booking->booking_id ?? '—' }}
Booking Reference {{ $cancellation->booking_reference ?? $booking->booking_reference ?? '—' }}
Name {{ $booking->holder_name ?? '—' }}
Email {{ $booking->holder_email ?? '—' }}
Hotel {{ $booking->hotel_name ?? '—' }}
Reservation {{ $booking->room_count ?? 1 }} Room{{ ($booking->room_count ?? 1) != 1 ? 's' : '' }}, {{ \Carbon\Carbon::parse($booking->checkin)->diffInDays(\Carbon\Carbon::parse($booking->checkout)) }} Nights
Check In {{ \Carbon\Carbon::parse($booking->checkin)->format('Y-m-d') }}
Check Out {{ \Carbon\Carbon::parse($booking->checkout)->format('Y-m-d') }}
Date Of Booking {{ \Carbon\Carbon::parse($booking->created_at)->format('Y-m-d H:i:s') }}
Date Of Cancellation {{ \Carbon\Carbon::parse($cancellation->cancel_date ?? now())->format('Y-m-d H:i:s') }}
Cancellation Ref {{ $cancellation->cancellation_reference }}
Status Cancelled
@if(!empty($cancellation->booking_amount))
Cancellation & Refund Summary
Original Amount {{ $cancellation->booking_currency ?? 'INR' }} {{ number_format($cancellation->booking_amount, 2) }}
Cancellation Charges − {{ $cancellation->cancellation_currency ?? $cancellation->booking_currency ?? 'INR' }} {{ number_format($cancellation->cancellation_charges ?? 0, 2) }}
Refund Amount {{ $cancellation->booking_currency ?? 'INR' }} {{ number_format($cancellation->booking_amount - ($cancellation->cancellation_charges ?? 0), 2) }}
@endif