1760629375s:1103:"<div class="card mb-4">
    <div class="card-header">
        <h6 class="mb-0">New Users</h6>
    </div>
    <div class="card-body card-height">
        <table class="table table-hover mb-0">
            <thead>
                <tr>
                    <th scope="col">#</th>
                    <th scope="col">Name</th>
                    <th scope="col">Email</th>
                    <th scope="col">Status</th>
                    <th scope="col"></th>
                </tr>
            </thead>
            <tbody>
                                    <tr>
                        <th scope="row">1</th>
                        <td>dollarzapp</td>
                        <td>cashkeychain@gmail.com</td>
                        <td>
                                                            <span class="badge me-1 bg-success">Active</span>
                                                    </td>
                        <td>
                            1 year ago
                        </td>
                    </tr>
                            </tbody>
        </table>
    </div>
</div>
";