@extends('admin-layouts.master') @section('content')
| ID: | #{{ $booking->id }} |
| Tamu: | {{ $booking->guest->name }} |
| Check-in: | {{ $booking->check_in_date_formatted }} |
| Check-out: | {{ $booking->check_out_date_formatted }} |
| Status: | {{ ucfirst($booking->status) }} |
| Total Kamar: | {{ $booking->formatted_total_amount }} |
| Layanan: | {{ $booking->bookingServices->count() }} item(s) |
Keyboard Shortcuts:
Navigasi: