|
|
{{ $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) }} |