Invoice Reservasi

Hotel: {{ $reservation->room->hotel->hotel_name }}

Kamar: {{ $reservation->room->room_name }}

Harga: Rp. {{ number_format($reservation->room->room_price, 0, ',', '.') }}

Status: {{ ucfirst($reservation->status) }}

Tanggal Reservasi: {{ $reservation->created_at->format('d-m-Y') }}