@if (!empty($order)) @foreach ($order as $o) @endforeach @else

No data available

@endif
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