@extends('layouts.app') @section('content') @include('layouts.sidebar')
@csrf

Bookings

{{ $booking->customerID->customer_name }}

BID-{{ $booking->id }}

Customer Details

{{ $booking->customerID->customer_name }}

{{ $booking->customerID->customer_mobile }}

{{ $booking->booking_date }}

{{ $booking->booking_date }}

@endsection