Provider Address
{{$booking->provider->name}}
{{$booking->provider->street}},
{{$booking->provider->area}}
{{$booking->provider->city}}
Car Details
Car Name : {{ $booking->car_name }}
Car Fair : {{ $booking->charge }} ₹
Price Type : {{ $booking->days.$booking->car_price }}
Car Total Amount : {{ $booking->total_amount }} ₹
Car deposit Amount : {{ $booking->amount_paid }} ₹
Customer Address
{{ $address->address }}
{{--
{{$booking->address->landmark}},
--}}
Booking Instructions from Customer
{{-- {{$order->cart->instructions}}--}}