@extends('dashboard.base') @section('content')

Booking:{{ $booking->id }} Details

{{-- --}} {{-- --}}
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 }}
Return
@endsection @section('javascript') @endsection