@extends('dashboard.base') @section('content')
| Booking Date | {{ $booking->booking_date }} | |
|---|---|---|
| Timeslot | {{ $booking->timeslot }} | |
| Customer | {{--{{ $user->name }} | --}}{{$booking->customer_id}} |
| Contact | {{ 03123121312312 }} | |
| Created at | {{ $booking->created_at }} | |
| Updated at | {{ $booking->updated_at }} |