@extends('layouts.app') @section('title', 'Bookings List') @section('content')
No bookings available.
@else| Date | Time | Staff Member | Notes | Actions |
|---|---|---|---|---|
| {{ $booking->date->format('Y-m-d') }} | {{ $booking->time }} | {{ $booking->staff->name }} | {{ $booking->notes }} | Edit |