New Booking
@if (allBookings().length > 0) { Guest Room No Check-in {{ date | date }} Check-out {{ date | date }} Cost {{ cost | currency }} Discount @if (discount) {
}
Status @if (cancelled) { Cancelled } @else { Active }
} @else {

No bookings found

}