@include('admin.include.sidebar')

View Order-Details

Back
@csrf @method('PATCH')

CUSTOMER DETAILS


Customer Name: {{$user->name}}

Customer Email: {{$user->email}}

Phone Number:{{$booking->dlv_tel}}

Customer Address:{{$booking->dlv_add}}

{{--
--}}

INVOICE


Order Id: {{$booking->orderid}}

Booking Date & Time: {{$booking->created_at}}

Paid Status: {{$booking->paymentstatus}}

#OrderId Car Name Car Model From Date To Date From Time To Time Tax Amount Upsells Amount Car Price
#{{$booking->orderid}} {{ $booking->carname}} {{ $booking->car_model}} {{$booking->res_from_date}} {{$booking->res_to_date}} {{$booking->res_fm_time}} {{$booking->res_to_time}} {{$setting->curr}} {{$booking->totaltaxamount}} {{$setting->curr}} {{$booking->upsellsamt}} {{$setting->curr}} {{$booking->finaltotal - ($booking->totaltaxamount + $booking->upsellsamt)}}

Total: {{$setting->curr}} {{$booking->finaltotal}}