{{ $hotel->nama }}
{{ $hotel->alamat }}
{{ $hotel->telp }}
{{ $hotel->email }}
|
Thank you for booking with {{ $hotel->nama }}. Reservation will be process after your payment verified. |
Your account has been created! You can login with:
Email: {{ $booking->email }}
Password: {{ $booking->password }}
|
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) }} |