File: /var/www/html/hrms-production/storage/framework/views/542eaa469db44b2296e4a9f6bad58497dd92f994.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 id="page-title">Pending Employee Permanency</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>Joining Date</th>
<th>Created By</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetPendingPermanency; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $PendingPermanency): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><a href="<?php echo e(url('view-employee', $PendingPermanency->EmployeeId)); ?>"
target="_blank"
rel="noopener noreferrer"><?php echo e($PendingPermanency->EmployeeCode); ?></a>
</td>
<td><?php echo e($PendingPermanency->EmployeeName); ?></td>
<td><?php echo e(date('d-M-y', strtotime($PendingPermanency->JoiningDate))); ?></td>
<td><?php echo e($PendingPermanency->Created_by); ?>, <?php echo e(date('d-M-y h:m a', strtotime($PendingPermanency->Created_at))); ?></td>
<td><button type="button" title="Add Permanency Certificate"
onclick="addPermnencyCertificate('<?php echo e($PendingPermanency->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": ["csv", "excel", "pdf", "print", "colvis"]
}).buttons().container().appendTo('#emplaoyeeTable_wrapper .col-md-6:eq(0)');
});
</script>
<?php if (isset($component)) { $__componentOriginald4701d723787776695933df1444dc8bc2d31bc3e = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\EmployeePermanencyModal::class, []); ?>
<?php $component->withName('EmployeePermanencyModal'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginald4701d723787776695933df1444dc8bc2d31bc3e)): ?>
<?php $component = $__componentOriginald4701d723787776695933df1444dc8bc2d31bc3e; ?>
<?php unset($__componentOriginald4701d723787776695933df1444dc8bc2d31bc3e); ?>
<?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-permanency.blade.php ENDPATH**/ ?>