Hotel Logo
{{ $hotel->nama }}
{{ $hotel->alamat }}
{{ $hotel->telp }}
{{ $hotel->email }}
Sorry for the inconvenience, your proof of payment is invalid. Please reconfirm your proof of payment. Thank you for booking with {{ $hotel->nama }}.
Booking Code: {{ $booking->kode_booking }}
Status: {{ config("custom.status_booking")[$booking->status_booking] }}
Room Type: {{ $booking->jns_kamar ? implode(', ', $booking->jns_kamar) : "" }}
Visitor(s): Adult: {{ $booking->jml_dewasa }}, Children {{ $booking->jml_anak }}
Check In: {{ $booking->start_date ? date_format($booking->start_date, "d/m/Y") : "" }}
Check Out: {{ $booking->end_date ? date_format($booking->end_date, "d/m/Y") : "" }}
Fullname: {{ $booking->nama }}
Email: {{ $booking->email }}
Phone Number: {{ $booking->telp }}
ID Number: {{ config("custom.jenis_identitas")[$booking->jns_identitas] }} - {{ $booking->no_identitas }}
Address: {{ $booking->alamat }}
City: {{ $booking->kota }}, {{ $booking->propinsi }}
Post Code: {{ $booking->kode_pos }}
Total: Rp {{ ribuan($booking->total_biaya) }}
$hotel->sub_url, "kd" => $booking->kode_booking]) }}" style=" display: inline-block; font-weight: 400; text-align: center; vertical-align: middle; user-select: none; border: 1px solid transparent; text-decoration: none; line-height: 1.5385; border-radius: .1875rem; color: #fff; background-color: #2196f3; font-size: 16px; padding: 6px 12px; float: right; ">Payment Confirm