Orders

{{--
--}}
@foreach ($orders as $order) @endforeach
Order Number Last Name First Name Middle Name Phone Number Email Payment Status
{{ $order->order_no }} {{ $order->billing_last_name }} {{ $order->billing_first_name }} {{ $order->billing_middle_name }} {{ $order->billing_phone }} {{ $order->billing_email }} {{ $order->payment_status }}
{{ $orders->links() }}