@extends('app.my-account.layout-lite') @section('page')

Users With New Orders Pending Processing

@include('app.my-account.admin.users.partials.table', ['rows' => $rows])
{{ $rows->appends(request()->input())->links() }}
@endsection