File: /var/www/html/hrms-production/storage/framework/views/6bf69e8ff7dbe4397fa672cb6fcd7cfd42d92513.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">
</div>
<div class="col-sm-6 text-right">
<button type="button" class="btn btn-sm btn-outline-success mx-1" onclick="window.print()"> Print <i class="fas fa-print"></i> </button>
</div>
</div>
</div><!-- /.container-fluid -->
</section>
<!-- Main content -->
<section class="content">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-10">
<div class="invoice p-3 mb-3">
<div class="row justify-content-center">
<div class="col-10 text-center">
<img class="profile-user-img img-fluid img-circle mb-3"
src="<?php echo e(url('/uploads/dbskkv_logo.jpg')); ?>" alt="Logo" style="max-width: 72px">
<h5>
<strong>DR. BALASAHEB SAWANT KONKAN KRISHI VIDYAPEETH, DAPOLI</strong>
</h5>
<hr />
</div>
<div class="col-10">
<h5>University Order No. <?php echo e($ViewPermanencyOrder->PermanencyOrderNumber); ?> <small
class="float-right">Date:
<?php echo e(date('d-M-y', strtotime($ViewPermanencyOrder->PermanencyOrderDate))); ?> </small>
</h5>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-10">
<p>Read:</p>
<ol>
<li>GAD Government Resolution No. PCC-1414 (CR73/14)13-A, Date 11
September 2014</li>
<li>University Circular No. DBSKKV/EST/……./20…., Date :</li>
</ol>
</div>
</div>
<div class="row justify-content-center mt-4 mb-4">
<div class="col-md-10 text-center">
<h5><strong>PERMANENCY CERTIFICATE</strong></>
</div>
</div>
<div class="row justify-content-center mb-4">
<div class="col-md-10">
<p>Certified that, employees mentioned in the Column No. 1 below should be considered as a ‘Permanent Employee of the University’ as per the post and date mentioned in the respective Colum No. 2 and Colum No. 3 below, as they are fulfilling all the conditions mentioned in the Government circular No PCC-1414 (CR73/14)13-A, Date 11 September 2014 , required for Permanency in the service.
</p>
</div>
</div>
<div class="row mb-4 justify-content-center">
<div class="col-md-10 text-center">
<table class="table" style="width: 100%">
<thead>
<tr>
<th style="text-align: center">Name of the Employee and current post</th>
<th style="text-align: center">Post of which Permanency certificate issue</th>
<th style="text-align: center">Eligible date for Permanency</th>
</tr>
<tr>
<th style="text-align: center">1</th>
<th style="text-align: center">2</th>
<th style="text-align: center">3</th>
</tr>
</thead>
<tbody>
<tr>
<td><?php echo e($ViewPermanencyOrder->EmployeeName); ?>
</td>
<td></td>
<td><?php echo e(date('d-M-y', strtotime($ViewPermanencyOrder->PermanencyFromDate))); ?>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row justify-content-center mb-4">
<div class="col-10 text-right">
<p><strong>REGISTRAR</strong></p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-10">
<p>Copy to:</p>
<ol>
<li></li>
<li></li>
<li></li>
</ol>
</div>
</div>
</div>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.container-fluid -->
</section>
<!-- /.content -->
</div>
<script>
$(function() {
$("#emplaoyeePromotionTable").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>
<!-- /.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-order.blade.php ENDPATH**/ ?>