@extends('layouts.app') @section('page-title', 'Reservasi') @section('content')
{{ $reservations->total() }} total reservasi
| Reservasi | Tamu | Kamar | Check-in/out | Status | Jumlah | Aksi |
|---|---|---|---|---|---|---|
|
{{ $res->reservation_code }}
{{ $res->source }} |
{{ $res->guest->full_name }} |
{{ $res->room->room_number }}
{{ $res->room->roomType->name }} |
{{ $res->check_in_date->format('d M Y') }} {{ $res->check_out_date->format('d M Y') }} {{ $res->months }} bulan |
{{ ucfirst(str_replace('_', ' ', $res->status)) }}
{{ ucfirst($res->payment_status) }} |
Rp {{ number_format($res->total_price, 0, ',', '.') }} | |
| Tidak ada reservasi ditemukan | ||||||