Delivered
| Si.No | Order No | Ref. No | Supplier | Customer Details | Location | Delivery Date | Amount |
|---|---|---|---|---|---|---|---|
| {{++$i}} | {{$res->order_no}} | {{$res->invoice_no}} | {{$res->name}} | {{$res->r_location}} | {{date('d-m-Y h:i a', strtotime($res->delivered_date))}} | {{$res->amount}} | |
| Total Amount | {{number_format($total,2)}} | ||||||
Cancelled
| Si.No | Order No | Ref. No | Supplier | Customer Details | Location | Delivery Date | Amount |
|---|---|---|---|---|---|---|---|
| {{++$i}} | {{$res->order_no}} | {{$res->invoice_no}} | {{$res->name}} | {{$res->r_location}} | {{date('d-m-Y h:i a', strtotime($res->delivered_date))}} | {{$res->amount}} | |
| Total Amount | {{number_format($total,2)}} | ||||||
Picked-up
| Si.No | Order No | Ref. No | Supplier | Customer Details | Location | Pickup Date | Amount |
|---|---|---|---|---|---|---|---|
| {{++$i}} | {{$res->order_no}} | {{$res->invoice_no}} | {{$res->name}} | {{$res->d_location}} | {{date('d-m-Y h:i a', strtotime($res->pickup_datetime))}} | {{$res->pickup_amount}} | |
| Total Amount | {{number_format($total,2)}} | ||||||