@extends('layouts.app') @section('page-title', 'Reservasi ' . $reservation->reservation_code) @section('content')
Kode Reservasi
{{ $reservation->reservation_code }}
Sumber Pemesanan
{{ ucfirst(str_replace('_', ' ', $reservation->source)) }}
Tanggal Check-in
{{ $reservation->check_in_date->format('d F Y') }}
@if($reservation->checked_in_at)Check-in pada {{ $reservation->checked_in_at->format('H:i') }}
@endifTanggal Check-out
{{ $reservation->check_out_date->format('d F Y') }}
@if($reservation->checked_out_at)Check-out pada {{ $reservation->checked_out_at->format('H:i') }}
@endifDurasi
{{ $reservation->months }} bulan
Jumlah Tamu
{{ $reservation->number_of_guests }} orang
Biaya Check-in Lebih Awal
Rp {{ number_format($reservation->early_checkin_fee, 0, ',', '.') }}
Biaya Check-out Terlambat
Rp {{ number_format($reservation->late_checkout_fee, 0, ',', '.') }}
Catatan
{{ $reservation->notes }}
| Tanggal | Metode | Ref | Jumlah |
|---|---|---|---|
| {{ $payment->payment_date->format('d M Y') }} | {{ $payment->payment_method_label }} | {{ $payment->reference_number ?: '—' }} | Rp {{ number_format($payment->amount, 0, ',', '.') }} |
| Belum ada pembayaran tercatat | |||
| Total Dibayar | Rp {{ number_format($reservation->total_paid, 0, ',', '.') }} | ||
| Sisa | Rp {{ number_format($reservation->remaining_balance, 0, ',', '.') }} | ||
{{ $reservation->guest->phone }}