%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<!--<h1><img src="<//?= base_url('assets/imgs/email.png') ?>" class="header-img" style="margin-top:-3px;"> Subscribed</h1>--> <h1><i class="fa fa-envelope-o titleIconsize"></i> Subscribed</h1> <p>Here are all subscribed emails of users</p> <hr> <?php if ($this->session->flashdata('emailDeleted')) { ?> <hr> <div class="alert alert-info"><?= $this->session->flashdata('emailDeleted') ?></div> <?php } ?> <div class="table-responsive"> <table class="table table-condensed table-bordered table-striped custab"> <thead> <tr> <th>Email</th> <th>Browser</th> <th>Time</th> </tr> </thead> <tbody> <?php if ($emails->result()) { foreach ($emails->result() as $email) { ?> <tr> <td><?= $email->email ?></td> <td><?= $email->browser ?></td> <td><?= date('Y.m.d / H.m.s', $email->time) ?></td> </tr> <?php } } else { ?> <tr><td colspan="5">No emails found!</td></tr> <?php } ?> </tbody> </table> </div> <?php if ($emails->result()) { ?> <form method="POST"><input type="submit" name="export" value="Export" class="btn btn-default"></form> <?php } ?> <?= $links_pagination ?>