| Order ID | Order Date | Order Total | Billing First Name | Billing Last Name | Order Status | Source | Payment |
|---|---|---|---|---|---|---|---|
| {{ $o->orderid }} | {{ date('m/d/Y h:i A',strtotime($o->orderdate)) }} | {{ $o->paymentamount }} | {{ $o->billingfirstname }} | {{ $o->billinglastname }} | {{ $o->orderstatus }} | {{ $o->order_entry_system }} | Paypal |