Provider Address
{{$booking->provider->name}}
{{$booking->provider->street}},
{{$booking->provider->area}}
{{$booking->provider->city}}
Service Details
Service Name : {{ $booking->service_name }}
Service Fair : {{ $booking->charge }} ₹
Price Type : {{ $booking->hours ?? 'Job Price' }}
Service Amount Total : {{ $booking->total_amount }} ₹
Customer Address
{{ $address->address }}
{{--
{{$booking->address->landmark}},
--}}
Booking Instructions from Customer
{{-- {{$order->cart->instructions}}--}}