%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
<div id="content-wrapper"> <div class="container-fluid"> <!-- Breadcrumbs--> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="<?php echo site_url('admin/home'); ?>">Dashboard</a> </li> <li class="breadcrumb-item active">Manage Application's</li> </ol> <!-- DataTables Example --> <div class="card mb-3 fomr-news"> <div class="card-header card-header-new"><h3> <i class="fas fa-table"></i> Application's Details </h3> <a href="<?=base_url('admin/manageapplications/exportdata')?>">Export Data</a></div> </div> <div class="clearfix"><strong>Total</strong> : <?=$rowscount ?> <?php if(empty($_POST['mobile'])) { ?><strong>Todays Count</strong>(<?=date('Y-m-d')?>) : <?=$todayrowscount ?> <?php } ?></div> <div class="card-body"> <div class="table-responsive"> <!---- Success Message ----> <?php if ($this->session->flashdata('success')) { ?> <p style="color:green; font-size:18px;"><?php echo $this->session->flashdata('success'); ?></p> </div> <?php } ?> <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0"> <thead> <tr> <th>#ID</th> <th>Apply For</th> <th>Applicant Details</th> <th>Job Details</th> <th>Address Details</th> <th>Registration Date</th> <th>Message</th> <th>Status</th> <th class="text-center">Resume</th> </tr> </thead> <tbody> <?php if(count($recordArray)) : $cnt=1; foreach ($recordArray as $details) : ?> <tr> <td><?= $cnt++ ?></td> <td><?= $details['position_description'] ?></td> <td><span style="font-size:14px; "><strong>Name:</strong><?=$details['name'] ?></span> <br/><span style="font-size:14px;"><strong>Email:</strong><?= $details['email'] ?></span> <br/><span style="font-size:14px;"><strong>Mob:</strong><?=$details['phone'] ?></span> <br/><span style="font-size:14px;"><strong>Qualification:</strong><?=$details['qualification'] ?></span> <br/><span style="font-size:14px;"><strong>Relocate:</strong><?= $details['relocate']=='1' ? 'Yes' :'No' ?></span> </td> <td><span style="font-size:14px;"><strong>Notice Period:</strong><?= $details['notice_period'] ?></span> <br/><strong>Total Exp.</strong><?= $details['total_exp'] ?><br/> <strong>Current Org.:</strong><?= $details['current_org'] ?> </td> <td><span style="font-size:14px;"><strong>Current Address:</strong><?= $details['current_address'] ?></span><br/><strong>Pr. Address:</strong><?= $details['permanent_address'] ?></td> <td><?= date("d M, Y h:i:s",strtotime($details['created'])) ?></td> <td><a href="javascript:void(0)" title="<?= $details['message']?>"><?= substr($details['message'],0,200)?></a></td> <td><?= $details['status']=='1' ? 'Active' : 'Inactive' ?></td> <td class="text-center"> <a href="<?php echo base_url('attachments/job_files/')?><?= $details['resume'] ?>" target="_blank" style="text-color:#000000;"><span class="glyphicon glyphicon-eye-open"></span>Resume</a> </td> </tr> <?php //$cnt++; endforeach; ?> <?php else : ?> <tr> <td colspan="9">No Record found</td> </tr> <?php endif; ?> </tbody> </table> </div> </div> </div> <!-- /.container-fluid --> <!-- Sticky Footer -->