File: /var/www/html/hrms-production/storage/framework/views/b68a2bc63b5c17f543fc07156ad4bdb847688fcc.php
<?php $__env->startSection('content'); ?>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1>Pending Employee Pension Scheme</h1>
</div>
</div>
</div><!-- /.container-fluid -->
</section>
<!-- Main content -->
<section class="content">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="card">
<!-- /.card-header -->
<div class="card-body">
<table id="emplaoyeeTable" class="table table-bordered table-striped table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>Employee Code</th>
<th>Employee Name</th>
<th>Designation</th>
<th>Joining Date</th>
<th>Created By</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpPendingPensionScheme; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $PendingPensionScheme): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><a href="<?php echo e(url('view-employee', $PendingPensionScheme->EmployeeId)); ?>"
target="blank"><?php echo e($PendingPensionScheme->EmployeeCode); ?></a></td>
<td><?php echo e($PendingPensionScheme->EmployeeName); ?></td>
<td><?php echo e($PendingPensionScheme->DesignationName); ?></td>
<td><?php echo e(date('d-M-y', strtotime($PendingPensionScheme->JoiningDate))); ?></td>
<td><?php echo e($PendingPensionScheme->Created_by); ?>, <?php echo e(date('d-M-y h:m a', strtotime($PendingPensionScheme->Created_at))); ?></td>
<td><button type="button" title="Add Medical Certificate"
onclick="addPendingEmpPensionScheme('<?php echo e($PendingPensionScheme->EmployeeId); ?>')"
; class="btn btn-xs btn-outline-info" data-id=""><i
class="fas fa-user-plus"></i></button></td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
</div>
<!-- /.card-body -->
</div>
<!-- /.card -->
</form>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.container-fluid -->
</section>
<!-- /.content -->
</div>
<script>
$(function() {
$("#emplaoyeeTable").DataTable({
"responsive": true,
"lengthChange": true,
"autoWidth": false,
"lengthMenu": [10, 20, 50, 100, 250, 500],
//"buttons": ["copy", "csv", "excel", "pdf", "print", "colvis"]
}).buttons().container().appendTo('#userTable_wrapper .col-md-6:eq(0)');
});
</script>
<?php if (isset($component)) { $__componentOriginal9487dc77dc4656a6f1202706edc107366dc273bd = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\EmployeePensionSchemeModal::class, []); ?>
<?php $component->withName('EmployeePensionSchemeModal'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal9487dc77dc4656a6f1202706edc107366dc273bd)): ?>
<?php $component = $__componentOriginal9487dc77dc4656a6f1202706edc107366dc273bd; ?>
<?php unset($__componentOriginal9487dc77dc4656a6f1202706edc107366dc273bd); ?>
<?php endif; ?>
<!-- /.content-wrapper -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.include.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/hrms/resources/views/admin/EmployeeProfile/employee-pension-scheme.blade.php ENDPATH**/ ?>