@extends('layouts.admin') @section('title','Property bookings') @section('heading','Property bookings') @section('content')
| Booking | Property | Customer | Stay | Total | Status | |
|---|---|---|---|---|---|---|
| {{ $booking->number }} | {{ $booking->property?->title }} | {{ $booking->customer?->name }} | {{ $booking->check_in->format('d M') }}–{{ $booking->check_out->format('d M Y') }} | {{ number_format((float)$booking->total,2) }} | {{ $booking->status }} | Open |
| No property bookings. | ||||||