File: /var/www/html/hrms-production/storage/framework/views/1c65b73d5e2951dd8ac76dcaa3992185a1b1ca96.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 General Detail</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>Action</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpPendingGeneralDetail; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $PendingGeneralDetail): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><a href="<?php echo e(url('view-employee', $PendingGeneralDetail->EmployeeId)); ?>"
target="blank"><?php echo e($PendingGeneralDetail->EmployeeCode); ?></a></td>
<td><?php echo e($PendingGeneralDetail->EmployeeName); ?></td>
<td><?php echo e($PendingGeneralDetail->DesignationName); ?></td>
<td><?php echo e(date('d-M-y', strtotime($PendingGeneralDetail->JoiningDate))); ?></td>
<td><button type="button" title="Add Medical Certificate"
onclick="addPendingEmpGeneralDetail('<?php echo e($PendingGeneralDetail->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)) { $__componentOriginalf0fcf0654793b3429b46f1a20a5c553d95f5f08f = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\EmployeeGeneralDetailModal::class, []); ?>
<?php $component->withName('EmployeeGeneralDetailModal'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalf0fcf0654793b3429b46f1a20a5c553d95f5f08f)): ?>
<?php $component = $__componentOriginalf0fcf0654793b3429b46f1a20a5c553d95f5f08f; ?>
<?php unset($__componentOriginalf0fcf0654793b3429b46f1a20a5c553d95f5f08f); ?>
<?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-general-detail.blade.php ENDPATH**/ ?>