<?php $__env->startSection('content'); ?>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<?php if($EmployeePrimaryDetail): ?>
<section class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-8">
<h1 id="page-title" class="card-title">Service Book </h1>
<h4 class="mt-1"> <span id="ServiceBookEmployeeCode" class="text-info">#<?php echo e($EmployeePrimaryDetail->EmployeeName.' ('.$EmployeePrimaryDetail->EmployeeCode.') '); ?></span></h4>
</div>
</div>
</div><!-- /.container-fluid -->
</section>
<!-- Main content -->
<section class="content">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-sm-12">
<div class="card card-primary card-outline card-outline-tabs">
<div class="card-header p-0 border-bottom-0">
<ul class="nav nav-tabs" id="custom-tabs-four-tab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="service-book-front-tab" data-toggle="pill"
href="#service-book-front" role="tab" aria-controls="service-book-front"
aria-selected="true"><i class="fas fa-file-alt"></i> Front Page</a>
</li>
<li class="nav-item">
<a class="nav-link" id="service-books-all-entries-tab" data-toggle="pill"
href="#service-books-all-entries" role="tab"
aria-controls="service-books-all-entries" aria-selected="false"><i
class="fas fa-edit"></i> All Entries</a>
</li>
</ul>
</div>
<div class="card-body">
<div class="tab-content" id="tabContent">
<div class="tab-pane fade show active" id="service-book-front" role="tabpanel"
aria-labelledby="service-book-front">
<div class="row justify-content-end">
<div class="col-sm-4 text-right">
<button type="button" class="btn btn-sm btn-outline-success mx-1"
id="downloadbtn_front"><i class="fa fa-download"></i></button>
</div>
</div>
<div id="servicebook_frontpage">
<div class="card-body">
<div class="row justify-content-around">
<div class="col-md-10">
<table class="table table-bordered">
<thead>
<tr>
<th style="width: 10%">Sr. No.</th>
<th style="width: 50%">Particulars</th>
<th style="width: 40%"></th>
</tr>
</thead>
<tbody>
<tr>
<td>1.</td>
<td>Name</td>
<td>
<?php echo e($EmployeePrimaryDetail->Title); ?>
<strong><?php echo e($EmployeePrimaryDetail->EmployeeName); ?></strong>
<?php $__currentLoopData = $EmployeeNameChangeList; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $GetEmployeeNameChanges): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<span><br /><?php echo e($GetEmployeeNameChanges->ChangeOfName); ?></span>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</td>
</tr>
<tr>
<td>2.</td>
<td>Race</td>
<td>
<?php if($EmployeeCategoryDetail): ?>
<?php echo e($EmployeeCategoryDetail->Caste); ?>, <?php echo e($EmployeeCategoryDetail->OtherCasteName); ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td>3.</td>
<td>Residence</td>
<td> <?php if($EmpPermanentAddress): ?>
<?php echo e($EmpPermanentAddress->PermanentStreetAddress); ?>,
<?php echo e($EmpPermanentAddress->City); ?>, <?php echo e($EmpPermanentAddress->District); ?>, <?php echo e($EmpPermanentAddress->State); ?>, <?php echo e($EmpPermanentAddress->Country); ?> - <?php echo e($EmpPermanentAddress->PermanentPinCode); ?>
<?php else: ?>
N/A
<?php endif; ?>
</td>
</tr>
<tr>
<td>4.</td>
<td>Home Village an Place for L.T.C.</td>
<td><?php if($EmpHomeTownDeclaration): ?>
<?php echo e($EmpPermanentAddress->HomeTownDeclaration); ?>
<?php else: ?>
N/A
<?php endif; ?>
</td>
</tr>
<tr>
<td>5.</td>
<td>
Father’s Name and Residence<br/>(Or husband’s name in case of Married Women)
</td>
<td>
<?php if($EmployeeGeneralDetail): ?>
<?php echo e($EmployeeGeneralDetail->FatherName); ?>
<br />
<?php echo e($EmployeeGeneralDetail->FatherAddress); ?>
<?php if($EmployeeGeneralDetail->Gender =='Female' &&
$EmployeeGeneralDetail->MaritalStatus == 'Married'): ?><br/>
Husband’s name:
<?php echo e($EmployeeGeneralDetail->HusbandName); ?>
<br />
<?php echo e($EmployeeGeneralDetail->HusbandAddress); ?>
<?php endif; ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td>6.</td>
<td>Date of Birth by the Christion Era as nearly as can be ascertained.</td>
<td><?php echo e(date('d-M-Y',
strtotime($EmployeePrimaryDetail->DateOfBirth))); ?>
</td>
</tr>
<tr>
<td>7.</td>
<td>Exact height by measurement</td>
<td><?php if($EmployeeGeneralDetail): ?>
<?php echo e($EmployeeGeneralDetail->ExactHeightOfMeasurement); ?>
<?php endif; ?></td>
</tr>
<tr>
<td>8.</td>
<td>Personal marks for identification</td>
<td><?php if($EmployeeGeneralDetail): ?>
<?php echo e($EmployeeGeneralDetail->PersonalMarkOfIdentification); ?>
<?php endif; ?></td>
</tr>
<tr>
<td>9.</td>
<td>Educational qualifications</td>
<td>
<table class="table table-sm no-border mb-0">
<?php $__currentLoopData = $EmpQualificationBeforeAppointment; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $qualification): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td style="width: 20%"><?php echo e($loop->iteration); ?>.
</td>
<td style="width: 40%"><?php echo e($qualification->ExamPassed); ?></td>
<td style="width: 40%"><?php echo e($qualification->PassingYear); ?></td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</table>
</td>
</tr>
<tr>
<td>10.</td>
<td>Signature of the employee</td>
<td><?php if($EmployeeGeneralDetail): ?>
<img src="<?php echo e(asset($EmployeeGeneralDetail->EmployeeSignPath)); ?>"
style="max-width: 100px">
<?php endif; ?></td>
</tr>
<tr>
<td>11.</td>
<td>Signature and designation of the Head of
Office or other Attesting Officer</td>
<td><?php echo e(now()->format('d-M-Y')); ?></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="service-books-all-entries" role="tabpanel"
aria-labelledby="service-books-all-entries">
<div class="">
<div class="row justify-content-end">
<div class="col-sm-4 text-right">
<button type="button" class="btn btn-sm btn-outline-success mx-1"
id="" onclick="window.print()"><i class="fa fa-download"></i></button>
</div>
</div>
<div id="servicebook_all">
<div class="card-body">
<dl class="row">
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span>
Appointment</dt>
<dd class="col-sm-9">
<p><strong><?php echo e($EmployeePrimaryDetail->AppointmentBy); ?></strong><br />On the
recommendation of The Selection Committee <?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
</strong>
is <strong>
<?php if($EmployeePrimaryDetail->AppointmentBy == 'Nomination'): ?>
Nominated
<?php elseif($EmployeePrimaryDetail->AppointmentBy == 'Promotion'): ?>
Promoted
<?php elseif($EmployeePrimaryDetail->AppointmentBy == 'Compassion'): ?>
Compassioned
<?php elseif($EmployeePrimaryDetail->AppointmentBy == 'Project Affected'): ?>
Project Affected
<?php endif; ?>
</strong> to the post of <strong><?php echo e($EmployeePrimaryDetail->SanctionPost); ?></strong> in the pay scale of
<?php if($GetEmployeePayMatrix->PayBand): ?>
<strong><?php echo e($GetEmployeePayMatrix->PayBand); ?></strong>
<?php elseif($GetEmployeePayMatrix->PayLevel): ?>
<strong><?php echo e($GetEmployeePayMatrix->PayLevel); ?></strong>
<?php endif; ?>
<?php if($GetEmployeePayMatrix->GradePay): ?>
GradePay <strong><?php echo e($GetEmployeePayMatrix->GradePay); ?></strong>,
<?php endif; ?>
<?php if($GetEmployeePayMatrix->PayScale == '4th PayScale' || $GetEmployeePayMatrix->PayScale == '5th PayScale'): ?>
<?php if($GetEmployeePayMatrix->PayMatrixScale): ?>
<strong><?php echo e($GetEmployeePayMatrix->PayMatrixScale); ?></strong>
<?php else: ?>
<strong><?php echo e($GetEmployeePayMatrix->PayLevelAmount); ?></strong>
<?php endif; ?>
<?php endif; ?>
Vide
University Order No. <strong><?php echo e($EmployeePrimaryDetail->AppointmentOrderNo); ?></strong> dated
<strong><?php echo e(date('d-M-Y', strtotime($EmployeePrimaryDetail->AppointmentOrderDate))); ?></strong> in the Scheme of <strong><?php echo e($EmployeePrimaryDetail->NameOfScheme); ?></strong>.
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
He
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
She
<?php else: ?>
He/She
<?php endif; ?>
Joined
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
duties in the office of <strong><?php echo e($EmployeePrimaryDetail->ControllingOfficer); ?></strong> on <strong><?php echo e(date('d-M-Y',
strtotime($EmployeePrimaryDetail->JoiningDate))); ?></strong>.
<table style="Width:100%">
<tbody>
<?php if($EmployeeCategoryDetail): ?>
<tr>
<th>Category:</th>
<td><?php echo e($EmployeeCategoryDetail->Caste); ?></td>
<?php if( $EmployeeCategoryDetail->ParallelReservation && $EmployeeCategoryDetail->ParallelReservation != 'None'): ?>
<th>Parallel Reservation:</th>
<td><?php echo e($EmployeeCategoryDetail->ParallelReservation); ?></td>
<?php endif; ?>
</tr>
<?php endif; ?>
</tbody>
</table>
</p>
<hr />
</dd>
<?php $__currentLoopData = $EligibilityExam; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EligibilityMarathi): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($EligibilityMarathi->EligibilityExamName == 'Marathi'): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Marathi Language
Eligibility Exam</dt>
<dd class="col-sm-9">
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>
has passed Marathi language subject(s) in the <strong><?php echo e($EligibilityMarathi->ExaminingBody); ?></strong> held in the year <strong><?php echo e($EligibilityMarathi->ExamDate); ?></strong></p>
<hr />
</dd>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php $__currentLoopData = $EligibilityExam; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EligibilityHindi): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($EligibilityHindi->EligibilityExamName == 'Hindi'): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i class="fas fa-check"></i></span> Hindi Language Eligibility Exam</dt>
<dd class="col-sm-9">
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>
has passed Hindi language subject(s) in the <strong><?php echo e($EligibilityHindi->ExaminingBody); ?></strong> held in the year <strong><?php echo e($EligibilityHindi->ExamDate); ?></strong></p>
<hr />
</dd>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php $__currentLoopData = $EligibilityExam; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EligibilityComputer): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($EligibilityComputer->EligibilityExamName == 'MS-CIT/Computer'): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Computer Examination
</dt>
<dd class="col-sm-9">
<p><?php echo e($EmployeePrimaryDetail->Title); ?><strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>
appointed as <?php echo e($EmployeePrimaryDetail->SanctionPost); ?> has passed MS-CIT examination/DOEACC/Confirmatory Test Conducted by <strong><?php echo e($EligibilityComputer->ExaminingBody); ?></strong> held in <strong><?php echo e($EligibilityComputer->ExamDate); ?></strong>.
</p>
<hr />
</dd>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php if(count($EligibilityExam)): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i class="fas fa-check"></i></span> University Service Post Recruitment Examination.</dt>
<dd class="col-sm-9">
<?php $__currentLoopData = $EligibilityExam; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EligibilityDepartmental): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($EligibilityDepartmental->EligibilityExamName == 'Departmental' && $EligibilityDepartmental->IsExempted == '0'): ?>
<p>As per University Circular No. <strong><?php echo e($EligibilityDepartmental->UniversityCircularNo); ?></strong>.
dated <strong><?php echo e(date('d-M-Y', strtotime($EligibilityDepartmental->UniversityCircularDate))); ?></strong>.
<?php echo e($EmployeePrimaryDetail->Title); ?><strong>
<?php if($GetLastChangeOfName && $GetLastChangeOfName->UniversityOrderDate > date('Y-m-d', strtotime($EligibilityDepartmental->OrderDate))): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <?php echo e($EmployeePrimaryDetail->SanctionPost); ?>, has <?php echo e(lcfirst($EligibilityDepartmental->ExamResult)); ?> University Service Post recruitment examination held on <strong><?php echo e($EligibilityDepartmental->ExamDate); ?></strong>
</p>
<hr />
<?php endif; ?>
<?php if($EligibilityDepartmental->EligibilityExamName == 'Departmental' && $EligibilityDepartmental->IsExempted == '1'): ?>
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName && $GetLastChangeOfName->UniversityOrderDate > date('Y-m-d', strtotime($EligibilityDepartmental->OrderDate))): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <?php echo e($EmployeePrimaryDetail->SanctionPost); ?> has attained the age of <strong><?php echo e($EligibilityDepartmental->AttendingAge); ?></strong> on <strong><?php echo e(date('d-M-Y', strtotime($EligibilityDepartmental->AgeOnDate))); ?></strong>. As per university regulation No. <strong><?php echo e($EligibilityDepartmental->OrderNo); ?></strong> dated <strong><?php echo e(date('d-M-Y', strtotime($EligibilityDepartmental->OrderDate))); ?></strong> he has been exempted from passing the Prescribed University Employees Post Recruitment Examination</p>
<hr />
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</dd>
<?php endif; ?>
<?php if(count($EmpAddressList)): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Declaration - Home Town
</dt>
<dd class="col-sm-9"><?php echo e($EmployeePrimaryDetail->Title); ?><strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> appointed as a
<strong><?php echo e($EmployeePrimaryDetail->SanctionPost); ?></strong> has
declared
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?> Home Town as follows :
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>Hometown Address</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $EmpAddressList; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $HomeTownsList): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($HomeTownsList->HomeTownDeclaration); ?></td>
<td>
<?php if($HomeTownsList->Status == "1"): ?>
Active
<?php else: ?>
<span class="text-danger">Former</span>
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr/>
</dd>
<?php endif; ?>
<?php if(count($EmpAddressList)): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Permanent Address
</dt>
<dd class="col-sm-9"><?php echo e($EmployeePrimaryDetail->Title); ?><strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> appointed as a
<strong><?php echo e($EmployeePrimaryDetail->SanctionPost); ?></strong> has
declared
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?> Permanent Address as follows :
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>Permanent Address</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $EmpAddressList; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EmpAddressList): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td>
<?php echo e($EmpAddressList->PermanentStreetAddress); ?>, Taluka- <?php echo e($EmpAddressList->City); ?>, District - <?php echo e($EmpAddressList->District); ?>, <?php echo e($EmpAddressList->State); ?>, <?php echo e($EmpAddressList->Country); ?> - <?php echo e($EmpAddressList->PermanentPinCode); ?></td>
<td>
<?php if($EmpAddressList->Status == "1"): ?>
Active
<?php else: ?>
<span class="text-danger">Former</span>
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr/>
</dd>
<?php endif; ?>
<?php if($MedicalCertificate): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Medical</dt>
<dd class="col-sm-9">
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName && date('Y-m-d', strtotime($GetLastChangeOfName->UniversityOrderDate)) < date('Y-m-d', strtotime($MedicalCertificate->MedicalVerificationDate))): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>
has medically examined and accordingly declared eligible
for the post of <?php echo e($EmployeePrimaryDetail->SanctionPost); ?>
by <strong><?php echo e($MedicalCertificate->MedicalExaminer); ?></strong> vide Medical Certificate No. <strong><?php echo e($MedicalCertificate->MedicalCertificateNumber); ?></strong> <?php if($MedicalCertificate->MedicalVerificationDate): ?>
on <strong><?php echo e(date('d-M-y', strtotime($MedicalCertificate->MedicalVerificationDate))); ?></strong>.
<?php endif; ?></p>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpTransferList->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span>
Nomination / Promotion / Transfer</dt>
<dd class="col-sm-9">
<?php $__currentLoopData = $EmpTransferList; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EmpTransferList): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<p><strong><span class="text-info"><?php echo e($loop->iteration); ?>. <?php echo e($EmpTransferList->AppointmentStatus); ?></span>
</strong><br />
Vide University Order No.
<strong><?php echo e($EmpTransferList->PromotionTransferCode); ?></strong>,
dated
<strong><?php echo e(date('d-M-Y', strtotime($EmpTransferList->PromotionOrderDate))); ?></strong>,
<?php echo e($EmployeePrimaryDetail->Title); ?><strong>
<?php if($GetLastChangeOfName && date('Y-m-d', strtotime($GetLastChangeOfName->UniversityOrderDate)) < date('Y-m-d', strtotime($EmpTransferList->PromotionOrderDate))): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> is
<strong>
<?php if($EmpTransferList->AppointmentStatus == 'Transfer (Administrative)' || $EmpTransferList->AppointmentStatus == 'Transfer (By Request)'): ?>
Transferred
<?php elseif($EmpTransferList->AppointmentStatus == 'Temp. Promotion' || $EmpTransferList->AppointmentStatus == 'Promotion' || $EmpTransferList->AppointmentStatus == 'CAS Promotion (Career Advancement Scheme)'): ?>
Promoted
<?php elseif($EmpTransferList->AppointmentStatus == 'Nomination'): ?>
Nominated
<?php elseif($EmpTransferList->AppointmentStatus == 'Suspension'): ?>
Suspended
<?php elseif($EmpTransferList->AppointmentStatus == 'Termination'): ?>
Terminated
<?php elseif($EmpTransferList->AppointmentStatus == 'Reversion'): ?>
Reverted
<?php endif; ?>
</strong> on <?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
own pay grade to work in DDO <strong><?php echo e($EmpTransferList->DDOName); ?></strong> under the office of
<strong><?php echo e($EmpTransferList->ActualWorkPlace); ?></strong> in Designation of <strong><?php echo e($EmpTransferList->DesignationName); ?></strong>, Group <strong><?php echo e($EmpTransferList->Group); ?></strong>, Cadre <strong><?php echo e($EmpTransferList->Cadre); ?></strong>
the Scheme of
<strong><?php echo e($EmpTransferList->SchemeName); ?></strong>
accordingly.
</p>
<p><strong>Relieving</strong><br />As per transfer order No. <strong><?php echo e($EmpTransferList->PromotionTransferCode); ?></strong>,
dated <strong><?php echo e(date('d-M-Y', strtotime($EmpTransferList->PromotionOrderDate))); ?></strong>,
<?php echo e($EmployeePrimaryDetail->Title); ?><strong>
<?php if($GetLastChangeOfName && date('Y-m-d', strtotime($GetLastChangeOfName->UniversityOrderDate)) < date('Y-m-d', strtotime($EmpTransferList->PromotionOrderDate))): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> in relieved from
<strong>DDO:</strong> <?php echo e($EmpTransferList->PrevDDO); ?>,
<strong>Controlling Officer:</strong> <?php echo e($EmpTransferList->PrevControllingOfficer); ?>,
<strong>Actual Work Place:</strong> <?php echo e($EmpTransferList->PrevControllingOfficer); ?>,
<strong>Department:</strong> <?php echo e($EmpTransferList->PrevDepartment); ?>,
<strong>Group:</strong> <?php echo e($EmpTransferList->PrevGroup); ?>,
<strong>Cadre:</strong> <?php echo e($EmpTransferList->PrevCadre); ?>,
<strong>Designation:</strong> <?php echo e($EmpTransferList->PrevDesignation); ?>
office on date
<strong><?php echo e(date('d-M-Y', strtotime($EmpTransferList->PrevRelievingDate))); ?></strong>
(<?php echo e($EmpTransferList->PrevRelievingTime); ?>).
</p>
<p><strong>Joining</strong> <br/>
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
He
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
She
<?php else: ?>
He/She
<?php endif; ?>
joined
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
duties on
<strong><?php echo e(date('d-M-Y', strtotime($EmpTransferList->PromotionTransferDate))); ?></strong>
(<?php echo e($EmpTransferList->PromotionTransferTime); ?>).
</p>
<hr />
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</dd>
<?php endif; ?>
<?php if(count($EmployeeDeputation)): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Deputation</dt>
<dd class="col-sm-9">
<?php $__currentLoopData = $EmployeeDeputation; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EmployeeDeputation): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<p>Vide University Order No. <strong><?php echo e($EmployeeDeputation->DeputationOrderNo); ?></strong> dated <strong><?php echo e(date('d-M-y', strtotime($EmployeeDeputation->DeputationOrderDate))); ?></strong>, <?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <strong><?php echo e($EmployeeDeputation->SanctionPost); ?></strong> is deputed on
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?> own pay grade to work under the office of <strong><?php echo e($EmployeeDeputation->DeputationDepartment); ?></strong> in the Scheme of <strong><?php echo e($EmployeeDeputation->NameOfScheme); ?></strong> accordingly. <?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
He
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
She
<?php else: ?>
He/She
<?php endif; ?> is relieved from his duties on <strong><?php echo e(date('d-M-y', strtotime($EmployeeDeputation->RelievingDate))); ?></strong> (<?php echo e($EmployeeDeputation->RelievingTime); ?>) <br/>
<strong>Joining on deputation:</strong>
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
He
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
She
<?php else: ?>
He/She
<?php endif; ?> joined <?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?> duties on <strong><?php echo e(date('d-M-y', strtotime($EmployeeDeputation->DeputationJoiningDate))); ?></strong> (<?php echo e($EmployeeDeputation->JoiningTime); ?>).
</p>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</dd>
<?php endif; ?>
<dt class="col-sm-3"><span class="badge badge-success"><i class="fas fa-check"></i></span> Family Details</dt>
<dd class="col-sm-9">
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>,
<strong><?php echo e($EmployeePrimaryDetail->SanctionPost); ?></strong>, has submitted the details of <?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
family. The names of <?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?> family members are as under:
</p>
<table class="table table-sm table-bordered">
<tr>
<th>Sr.N.</th>
<th>Member Name</th>
<th>Date of Birth</th>
<th>Relation</th>
<th>Added on date</th>
<th>Status</th>
</tr>
<?php $__currentLoopData = $EmployeeFamilyMemberList; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $member): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($member->MemberName); ?></td>
<td><?php echo e($member->MemberDOB); ?></td>
<td><?php echo e($member->Relation); ?></td>
<td><?php if($member->MemberAddedDate): ?>
<?php echo e(date('d-M-Y', strtotime($member->MemberAddedDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($member->Status == '1'): ?>
Active
<?php else: ?>
In-Active
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</table>
<hr />
</dd>
<?php $__currentLoopData = $EmpPensionScheme; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EmpPensionScheme): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($EmpPensionScheme->PensionSchemeName == 'DCPS'): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i class="fas fa-check"></i></span> Defined Contribution Pension Scheme (DCPS)/National Pension System (NPS).
</dt>
<dd class="col-sm-9">
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> is a member of Defined Contribution Pension Scheme (DCPS)/National Pension System (NPS) and <?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?> A/C no. is <strong><?php echo e($EmpPensionScheme->PensionSchemeNumber); ?></strong>.</p>
<hr />
</dd>
<dt class="col-sm-4"></dt>
<dd class="col-sm-12">
<table class="table table-sm table-bordered">
<thead>
<tr>
<th>S.No.</th>
<th>Nominee</th>
<th>Relation</th>
<th>DOB & Age</th>
<th>Adhar No.</th>
<th>Nominee Type</th>
<th>Category</th>
<th>Share(%)</th>
<th>Phone</th>
<th>Added date</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $DCPSNominee; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $NomineeDCPS): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($NomineeDCPS->NomineeName); ?></td>
<td><?php echo e($NomineeDCPS->EmployeeRelation); ?></td>
<td><?php echo e(date('d-M-Y', strtotime($NomineeDCPS->NomineeDOB))); ?>,
(<?php echo e($NomineeDCPS->NomineeAge); ?>)</td>
<td><?php echo e($NomineeDCPS->NomineeUID); ?></td>
<td><?php echo e($NomineeDCPS->NomineeType); ?></td>
<td><?php echo e($NomineeDCPS->NominationCategory); ?></td>
<td><?php echo e($NomineeDCPS->NomineeShare); ?></td>
<td>
<?php if($NomineeDCPS->NomineeContactNumber): ?>
<?php echo e($NomineeDCPS->NomineeContactNumber); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineeDCPS->NomineeAddedDate): ?>
<?php echo e(date('d-M-y', strtotime($NomineeDCPS->NomineeAddedDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineeDCPS->Status == '1'): ?>
Active
<?php else: ?>
In-Active
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpPensionScheme->PensionSchemeName == 'GIS'): ?>
<dt class="col-sm-4"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Group Insurance Scheme (GIS)
</dt>
<dd class="col-sm-8">
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> is a member of Group Insurance Scheme (GIS).</p>
<hr />
</dd>
<dt class="col-sm-4"></dt>
<dd class="col-sm-12">
<table class="table table-sm table-bordered">
<thead>
<tr>
<th>S.No.</th>
<th>Nominee</th>
<th>Relation</th>
<th>DOB & Age</th>
<th>Adhar No.</th>
<th>Category</th>
<th>Share(%)</th>
<th>Phone</th>
<th>Added date</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GISNominee; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $NomineeGIS): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($NomineeGIS->NomineeType == 'GIS'): ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($NomineeGIS->NomineeName); ?></td>
<td><?php echo e($NomineeGIS->EmployeeRelation); ?></td>
<td><?php echo e(date('d-M-Y', strtotime($NomineeGIS->NomineeDOB))); ?>,
(<?php echo e($NomineeGIS->NomineeAge); ?>)</td>
<td><?php echo e($NomineeGIS->NomineeUID); ?></td>
<td><?php echo e($NomineeGIS->NominationCategory); ?></td>
<td><?php echo e($NomineeGIS->NomineeShare); ?></td>
<td>
<?php if($NomineeGIS->NomineeContactNumber): ?>
<?php echo e($NomineeGIS->NomineeContactNumber); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineeGIS->NomineeAddedDate): ?>
<?php echo e(date('d-M-y', strtotime($NomineeGIS->NomineeAddedDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineeGIS->Status == '1'): ?>
Active
<?php else: ?>
In-Active
<?php endif; ?>
</td>
</tr>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpPensionScheme->PensionSchemeName == 'GPF'): ?>
<dt class="col-sm-4"><span class="badge badge-success"><i
class="fas fa-check"></i></span> General Provident Fund (GPF)
</dt>
<dd class="col-sm-8">
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> is a member of General Provident Fund (GPF) and <?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
He
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
She
<?php else: ?>
He/She
<?php endif; ?> has nominated the following members for the said scheme.</p>
<hr />
</dd>
<dt class="col-sm-4"></dt>
<dd class="col-sm-12">
<table class="table table-sm table-bordered">
<thead>
<tr>
<th>S.No.</th>
<th>Nominee</th>
<th>Relation</th>
<th>DOB & Age</th>
<th>Adhar No.</th>
<th>Category</th>
<th>Share(%)</th>
<th>Phone</th>
<th>Added date</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GPFNominee; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $NomineeGPF): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($NomineeGPF->NomineeType == 'GPF'): ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($NomineeGPF->NomineeName); ?></td>
<td><?php echo e($NomineeGPF->EmployeeRelation); ?></td>
<td><?php echo e(date('d-M-Y', strtotime($NomineeGPF->NomineeDOB))); ?>,
(<?php echo e($NomineeGPF->NomineeAge); ?>)</td>
<td><?php echo e($NomineeGPF->NomineeUID); ?></td>
<td><?php echo e($NomineeGPF->NominationCategory); ?></td>
<td><?php echo e($NomineeGPF->NomineeShare); ?></td>
<td>
<?php if($NomineeGPF->NomineeContactNumber): ?>
<?php echo e($NomineeGPF->NomineeContactNumber); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineeGPF->NomineeAddedDate): ?>
<?php echo e(date('d-M-y', strtotime($NomineeGPF->NomineeAddedDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineeGPF->Status == '1'): ?>
Active
<?php else: ?>
In-Active
<?php endif; ?>
</td>
</tr>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpPensionScheme->PensionSchemeName == 'Gratuity (Death cum retirement policy)' && $EmployeePrimaryDetail->JoiningDate < date('Y-m-d', strtotime('2005-11-01')) ): ?>
<dt class="col-sm-4"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Nomination for Death cum Retirement Gratuity</dt>
<dd class="col-sm-8">
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>
appointed as <strong><?php echo e($EmployeePrimaryDetail->SanctionPost); ?></strong> has nominated the following members of
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?> family for the Death cum Retirement Gratuity …………… (Day/Month/Year.)</p>
</dd>
<dt class="col-sm-4"></dt>
<dd class="col-sm-12">
<table class="table table-sm table-bordered">
<thead>
<tr>
<th>S.No.</th>
<th>Nominee</th>
<th>Relation</th>
<th>DOB & Age</th>
<th>Adhar No.</th>
<th>Category</th>
<th>Share(%)</th>
<th>Phone</th>
<th>Added date</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GratuityNominee; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $NomineeGratuity): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($NomineeGratuity->NomineeName); ?></td>
<td><?php echo e($NomineeGratuity->EmployeeRelation); ?></td>
<td><?php echo e(date('d-M-Y', strtotime($NomineeGratuity->NomineeDOB))); ?>,
(<?php echo e($NomineeGratuity->NomineeAge); ?>)</td>
<td><?php echo e($NomineeGratuity->NomineeUID); ?></td>
<td><?php echo e($NomineeGratuity->NominationCategory); ?></td>
<td><?php echo e($NomineeGratuity->NomineeShare); ?></td>
<td>
<?php if($NomineeGratuity->NomineeContactNumber): ?>
<?php echo e($NomineeGratuity->NomineeContactNumber); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineeGratuity->NomineeAddedDate): ?>
<?php echo e(date('d-M-y', strtotime($NomineeGratuity->NomineeAddedDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineeGratuity->Status == '1'): ?>
Active
<?php else: ?>
In-Active
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpPensionScheme->PensionSchemeName == 'Family Pension'): ?>
<dt class="col-sm-4"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Nomination for Family Pension</dt>
<dd class="col-sm-8">
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>
appointed as <strong><?php echo e($EmployeePrimaryDetail->SanctionPost); ?></strong> has nominated the following members of
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?> family for Family Pension</p>
</dd>
<dt class="col-sm-4"></dt>
<dd class="col-sm-12">
<table class="table table-sm table-bordered">
<thead>
<tr>
<th>S.No.</th>
<th>Nominee</th>
<th>Relation</th>
<th>DOB & Age</th>
<th>Adhar No.</th>
<th>Category</th>
<th>Share(%)</th>
<th>Phone</th>
<th>Added date</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $FamilyPensionNominee; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $NomineeFamilyPension): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($NomineeFamilyPension->NomineeName); ?></td>
<td><?php echo e($NomineeFamilyPension->EmployeeRelation); ?></td>
<td><?php echo e(date('d-M-Y', strtotime($NomineeFamilyPension->NomineeDOB))); ?>,
(<?php echo e($NomineeFamilyPension->NomineeAge); ?>)</td>
<td><?php echo e($NomineeFamilyPension->NomineeUID); ?></td>
<td><?php echo e($NomineeFamilyPension->NominationCategory); ?></td>
<td><?php echo e($NomineeFamilyPension->NomineeShare); ?></td>
<td>
<?php if($NomineeFamilyPension->NomineeContactNumber): ?>
<?php echo e($NomineeFamilyPension->NomineeContactNumber); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineeFamilyPension->NomineeAddedDate): ?>
<?php echo e(date('d-M-y', strtotime($NomineeFamilyPension->NomineeAddedDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineeFamilyPension->Status == '1'): ?>
Active
<?php else: ?>
In-Active
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpPensionScheme->PensionSchemeName == 'PAP (Personal Accidental Policy)'): ?>
<dt class="col-sm-4"><span class="badge badge-success"><i class="fas fa-check"></i></span> State Government Employees Group Personal Accident Insurance Nomination</dt>
<dd class="col-sm-8">
<p><?php echo e($EmployeePrimaryDetail->Title); ?>
<strong> <?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <strong><?php echo e($EmployeePrimaryDetail->SanctionPost); ?></strong> has nominated the following members to
receive the eligible amount of State Government Employees Group Personal Accident Insurance Scheme.</p>
</dd>
<dt class="col-sm-4"></dt>
<dd class="col-sm-12">
<table class="table table-sm table-bordered">
<thead>
<tr>
<th>S.No.</th>
<th>Nominee</th>
<th>Relation</th>
<th>DOB & Age</th>
<th>Adhar No.</th>
<th>Category</th>
<th>Share(%)</th>
<th>Phone</th>
<th>Added date</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $PAPNominee; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $NomineePAP): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($NomineePAP->NomineeName); ?></td>
<td><?php echo e($NomineePAP->EmployeeRelation); ?></td>
<td><?php echo e(date('d-M-Y', strtotime($NomineePAP->NomineeDOB))); ?>,
(<?php echo e($NomineePAP->NomineeAge); ?>)</td>
<td><?php echo e($NomineePAP->NomineeUID); ?></td>
<td><?php echo e($NomineePAP->NominationCategory); ?></td>
<td><?php echo e($NomineePAP->NomineeShare); ?></td>
<td>
<?php if($NomineePAP->NomineeContactNumber): ?>
<?php echo e($NomineePAP->NomineeContactNumber); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineePAP->NomineeAddedDate): ?>
<?php echo e(date('d-M-y', strtotime($NomineePAP->NomineeAddedDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($NomineePAP->Status == '1'): ?>
Active
<?php else: ?>
In-Active
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr />
</dd>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php if($PoliceVerification): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> The character & behavior verification of</dt>
<dd class="col-sm-9">
<p>The character & behavior verification of <?php echo e($EmployeePrimaryDetail->Title); ?>
<strong> <?php if($GetLastChangeOfName && date('Y-m-d', strtotime($GetLastChangeOfName->UniversityOrderDate)) < date('Y-m-d', strtotime($PoliceVerification->VerificationDate))): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <strong><?php echo e($EmployeePrimaryDetail->SanctionPost); ?></strong>, has been done by Police Station, <strong><?php echo e($PoliceVerification->PoliceStation); ?></strong> and
Police Inspector, Police Station, <strong><?php echo e($PoliceVerification->VerificationOfficer); ?></strong>
District <strong><?php echo e($PoliceVerification->District); ?></strong> vide his letter No. <strong><?php echo e($PoliceVerification->LetterNumber); ?>, <?php echo e(date('d-M-Y', strtotime($PoliceVerification->VerificationDate))); ?></strong> Certified that no case has been registered against
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
him
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
him/her
<?php endif; ?>
in the police station and no fine or punishment has been registered against
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
him
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
him/her
<?php endif; ?>.</p>
<hr />
</dd>
<?php endif; ?>
<?php if($EmployeeProbation->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Probation Periods</dt>
<dd class="col-sm-9">
<?php $__currentLoopData = $EmployeeProbation; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EmployeeProbation): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($EmployeeProbation->IsCleared == '1'): ?>
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName && date('Y-m-d', strtotime($GetLastChangeOfName->UniversityOrderDate)) < date('Y-m-d', strtotime($EmployeeProbation->ProbationOrderDate))): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <strong><?php echo e($EmployeePrimaryDetail->SanctionPost); ?></strong> has completed
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
probation period satisfactorily on <strong><?php echo e(date('d-M-Y', strtotime($EmployeeProbation->ClearReviseDate))); ?></strong> (Month and Year) vide this office Order No. <strong><?php echo e($EmployeeProbation->ProbationOrderNo); ?></strong> dated <strong><?php echo e(date('d-M-Y',
strtotime($EmployeeProbation->ProbationOrderDate))); ?></strong>.
</p>
<?php endif; ?>
<?php if($EmployeeProbation->IsRevised == '1'): ?>
<p><?php echo e($EmployeePrimaryDetail->Title); ?>
<strong> <?php if($GetLastChangeOfName && date('Y-m-d', strtotime($GetLastChangeOfName->UniversityOrderDate)) < date('Y-m-d', strtotime($EmployeeProbation->ProbationOrderDate))): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>
appointed as <strong><?php echo e($EmployeePrimaryDetail->SanctionPost); ?></strong> has revised
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
probationary period on <strong><?php echo e(date('d-M-Y', strtotime($EmployeeProbation->ClearReviseDate))); ?></strong> (Month and Year) vide this office Order No. <strong><?php echo e($EmployeeProbation->ProbationOrderNo); ?></strong> dated <strong><?php echo e(date('d-M-Y',
strtotime($EmployeeProbation->ProbationOrderDate))); ?></strong>.
</p>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<hr />
</dd>
<?php endif; ?>
<?php if($EmployeePermanency): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Permanency Certificate
</dt>
<dd class="col-sm-9">
<p><?php echo e($EmployeePrimaryDetail->Title); ?>
<strong> <?php if($GetLastChangeOfName && date('Y-m-d', strtotime($GetLastChangeOfName->UniversityOrderDate)) < date('Y-m-d', strtotime($EmployeePermanency->PermanencyOrderDate))): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <strong><?php echo e($EmployeePrimaryDetail->SanctionPost); ?></strong>, Vide University Order No.<strong><?php echo e($EmployeePermanency->PermanencyOrderNumber); ?></strong>
dated <strong><?php echo e(date('d-M-Y',
strtotime($EmployeePermanency->PermanencyOrderDate))); ?></strong> is declared as permanent employee of the
University from the date <strong>
<?php if($EmployeePermanency->PermanencyFromDate): ?>
<?php echo e(date('d-M-Y',
strtotime($EmployeePermanency->PermanencyFromDate))); ?>
<?php else: ?>
<span class="text-danger">N/A</span>
<?php endif; ?></strong>.</p>
<hr />
</dd>
<?php endif; ?>
<?php if($EmployeeCategoryDetail && $EmployeeCategoryDetail->Caste != 'General Category (OPEN)'): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Caste Certificate.</dt>
<dd class="col-sm-9">
<p><?php echo e($EmployeePrimaryDetail->Title); ?>
<strong>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
</strong>
is of <strong><?php echo e($EmployeeCategoryDetail->OtherCasteName); ?></strong> Caste under <strong><?php echo e($EmployeeCategoryDetail->Caste); ?></strong> category <?php if($EmployeeCategoryDetail->CasteCertificateNo): ?>
as
per Caste Certificate No. <strong><?php echo e($EmployeeCategoryDetail->CasteCertificateNo); ?></strong>
dated <strong><?php echo e(date('d-M-Y',
strtotime($EmployeeCategoryDetail->CasteCertificateDate))); ?></strong> issued
by the competent authority of Sub-Divisional Officer,
<strong><?php echo e($EmployeeCategoryDetail->CertificateIssuingOfficer); ?></strong>
<?php endif; ?>
.</p>
<hr />
</dd>
<?php endif; ?>
<?php if($EmployeeCategoryDetail && $EmployeeCategoryDetail->CasteCertificateNo): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Caste Validity Certificate
</dt>
<dd class="col-sm-9">
<p>The caste certificate of <?php echo e($EmployeePrimaryDetail->Title); ?>
<strong>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
</strong>, is
validated and found correct by Divisional Caste Validity
Committee vide certificate No. <strong><?php echo e($EmployeeCategoryDetail->CastValidityCertificateNo); ?></strong> dated <strong>
<?php if($EmployeeCategoryDetail->CasteValidityCertificateDate): ?>
<?php echo e(date('d-M-Y',
strtotime($EmployeeCategoryDetail->CasteValidityCertificateDate))); ?>
<?php else: ?>
N/A
<?php endif; ?></strong> and Proposal No <strong>N/A</strong> His Caste as verified is <strong><?php echo e($EmployeeCategoryDetail->BasicCategory); ?></strong>.</p>
<hr />
</dd>
<?php endif; ?>
<dt class="col-sm-3"><span class="badge badge-success"><i class="fas fa-check"></i></span> Leave</dt>
<dd class="col-sm-9">
<p><?php echo e($EmployeePrimaryDetail->Title); ?>
<strong> <?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>
has sanctioned (Special Casual Leave (eg.Family
planning/abortion/maternity/T.B./Aids/Child Care Leave)
Earned Leave/Commuted Leave/Half Pay Leave/Extra Ordinary
Leave/Leave not Due/Study Leave etc) vide this office order
No ………………. dated…………… for …… days from ……. to
…………..prefixing ………… suffixing …………………… on private/ medical
ground.</p>
<hr />
</dd>
<?php if($EmpRetirementOrder): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Retirement Order</dt>
<dd class="col-sm-9">
<p>Vide University Order No. <strong><?php echo e($EmpRetirementOrder->RetirementOrderNo); ?></strong> dated <strong>
<?php if($EmpRetirementOrder->RetirementOrderDate): ?>
<?php echo e(date('d-M-Y', strtotime($EmpRetirementOrder->RetirementOrderDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</strong> <?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> will retire on attaining the <strong>
<?php if($EmpRetirementOrder->RetirementType == 'Superannuation'): ?>
Superannuation age
<?php else: ?>
Voluntary retirement
<?php endif; ?>
</strong>, <strong><?php echo e($EmpRetirementOrder->RetirementNo); ?></strong>,
on <strong>
<?php if($EmpRetirementOrder->RetirementOrderDate): ?>
<?php echo e(date('d-M-Y', strtotime($EmpRetirementOrder->RetirementOrderDate))); ?>
<?php endif; ?>
</strong> (<?php echo e($EmpRetirementOrder->RetirementTime); ?>)</p>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpPension || $EmpCommutation || $EmpGratuityAmount || $EmpEncashment): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Pension, Gratuity,
Commutation & Encashment of Leave</dt>
<dd class="col-sm-9">
<ol style="list-style-type: upper-alpha">
<?php if($EmpPension): ?>
<li><strong>Pension</strong>
<p>Vide University Order No <strong><?php echo e($EmpPension->OrderNo); ?></strong> dated <strong><?php echo e(date('d-M-y', strtotime($EmpPension->OrderDate))); ?></strong>, <?php echo e($EmployeePrimaryDetail->Title); ?><strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, has sanctioned retirement benefits as follows.
</p>
<ol>
<li>Superannuation Pension - Rs. <strong><?php echo e($EmpPension->SuperannuationPension); ?></strong> </li>
<li>Family Pension
<ol style="list-style-type: lower-alpha">
<li>Enhance Rate <strong>₹<?php echo e($EmpPension->EnhanceRate); ?></strong></li>
<li>Normal Rate of Pension <strong>₹<?php echo e($EmpPension->NormalRate); ?></strong></li>
<p>Name of heirs:</p>
<p><?php echo e($EmpPension->NameOfHeirs); ?></p>
</ol>
</li>
</ol>
</li>
<?php endif; ?>
<?php if($EmpCommutation): ?>
<li><strong>Commutation</strong>
<p>Vide University Order No <strong><?php echo e($EmpCommutation->OrderNo); ?></strong> dated <strong><?php echo e(date('d-M-y', strtotime($EmpCommutation->OrderDate))); ?></strong>,
<?php echo e($EmployeePrimaryDetail->Title); ?><strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> has sanctioned 40%
amount of Commutation of Pension Rs. <strong><?php echo e($EmpCommutation->SanctionedPension); ?></strong>
</p>
<p>Further on commutation of 40% amount of Pension the
balance superannuation pension will be Rs. <strong><?php echo e($EmpCommutation->SuperannuationPension); ?></strong> payable to <?php echo e($EmployeePrimaryDetail->Title); ?><strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>.
</p>
</li>
<?php endif; ?>
<?php if($EmpGratuityAmount): ?>
<li><strong>Gratuity</strong>
<p>Vide University Order No <strong><?php echo e($EmpGratuityAmount->OrderNo); ?></strong> dated <strong><?php echo e(date('d-M-Y', strtotime($EmpGratuityAmount->OrderDate))); ?></strong>,
<?php echo e($EmployeePrimaryDetail->Title); ?><strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> has sanctioned Rs. <strong><?php echo e($EmpGratuityAmount->GratuityAmount); ?></strong> towards retirement
Gratuity.
</p>
</li>
<?php endif; ?>
<?php if($EmpEncashment): ?>
<li><strong>Encashment of Leave</strong>
<p>Vide University Order No <strong><?php echo e($EmpEncashment->OrderNo); ?></strong> dated <strong><?php echo e(date('d-M-y', strtotime($EmpEncashment->OrderDate))); ?></strong>,
<?php echo e($EmployeePrimaryDetail->Title); ?><strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, has sanctioned Encashment of Leave after retirement for <strong><?php echo e($EmpEncashment->NoOfDays); ?></strong> days.
</p>
</li>
<?php endif; ?>
</ol>
<hr />
</dd>
<?php endif; ?>
<?php if($EmployeeNameChangeList->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Change in Name</dt>
<dd class="col-sm-9">
<?php $__currentLoopData = $EmployeeNameChangeList; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $NameChange): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<p>Vide University Order No. <strong><?php echo e($NameChange->UniversityOrderNo); ?></strong> dated
<strong><?php echo e(date('d-M-y',
strtotime($NameChange->UniversityOrderDate))); ?></strong>
the request of <?php echo e($EmployeePrimaryDetail->Title); ?><strong><?php echo e($EmployeePrimaryDetail->EmployeeName); ?></strong> to
change
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
name as <?php echo e($EmployeePrimaryDetail->Title); ?> <strong><?php echo e($NameChange->ChangeOfName); ?></strong>
is accepted with effect from the date of issue of order.
</p>
<hr />
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</dd>
<?php endif; ?>
<?php if(count($EmpAfterAppQualification)): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Educational Qualification
</dt>
<dd class="col-sm-9">
<?php $__currentLoopData = $EmpAfterAppQualification; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EmpQualification): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($EmpQualification->EducationAcquringStatus == 'After Appointment'): ?>
<p><?php echo e($EmployeePrimaryDetail->Title); ?>
<strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>
has passed <strong><?php echo e($EmpQualification->ExamPassed); ?> (<?php echo e($EmpQualification->QualificationName); ?>)</strong> from
<strong><?php echo e($EmpQualification->ExaminingBody); ?></strong> and
secured
<?php if($EmpQualification->Percentage): ?>
<strong><?php echo e($EmpQualification->Percentage); ?></strong>%
<?php endif; ?>
<?php if($EmpQualification->Grade): ?>
<strong><?php echo e($EmpQualification->Grade); ?></strong> Division/Grade.
<?php endif; ?>
</p>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpAgeRelax): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i class="fas fa-check"></i></span> Age Relax</dt>
<dd class="col-sm-9">
<p>Vide Executive Council Resolution No.6, dated 08.01.1982 the maximum age limit for the appointment in the University Services is relaxed in respect of <?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, Mazdoor.<br/>
(Meeting held on <strong><?php echo e(date('d-M-y', strtotime ($EmpAgeRelax->MeetingDate))); ?></strong>)
</p>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpResignation): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Resignation from Duties
</dt>
<dd class="col-sm-9">
<p>Vide University order no. <strong><?php echo e($EmpResignation->ResignationOrderNo); ?></strong> dated <strong><?php echo e(date('d-M-Y', strtotime($EmpResignation->ResignationOrderDate))); ?></strong> request to accept the resignation of
<?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>,
is
accepted & Accordingly
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
he
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
she
<?php else: ?>
he/she
<?php endif; ?> is relieved from
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
duties <strong><?php echo e(date('d-M-Y', strtotime ($EmpResignation->ResignationDate))); ?></strong>
(<?php echo e($EmpResignation->ResignationTime); ?>).</p>
<hr />
</dd>
<?php endif; ?>
<?php if(count($EmployeeDisciplinaryAction)): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Punishment</dt>
<dd class="col-sm-9">
<p>On the recommendation of the Departmental Enquiry Committee, Hon. Vice Chancellor has imposed following punishment to <?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> & such punishment is executed vide university order no. and dated
</p>
<table class="table table-sm table-bordered">
<tr>
<th>Sr No.</th>
<th>Punishment</th>
<th>University order no.</th>
<th>Date</th>
</tr>
<tbody>
<?php $__currentLoopData = $EmployeeDisciplinaryAction; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $Action): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td style="color: red"><?php echo e($loop->iteration); ?></td>
<td style="color: red"><?php echo e($Action->DisciplinaryAction); ?>
</td>
<td style="color: red"><?php echo e($Action->DisciplinaryActionOrder); ?></td>
<td style="color: red"><?php echo e(date('d-M-Y', strtotime($Action->DisciplinaryDate))); ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpReAppraising): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i class="fas fa-check"></i></span> Re-appraising of University Services after attaining age 50/55 or after complition of 30 years service
</dt>
<dd class="col-sm-9">
<p>On recommendation of the Committee constituted for Re-appraising of University Services after attaining age of 50/55 of after complition of 30 years permanent service and as per approval given by the Hon.Vice-Chancellor, it is declaired that
<?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?></strong> is physical fit to continue university services.
</p>
<p>(Meeting held on <strong><?php echo e(date('d-M-y', strtotime($EmpReAppraising->MeetingDate))); ?></strong> )</p>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpGratiaAmount): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Ex-Gratia Amount</dt>
<dd class="col-sm-9">
<p>Government vide order no. <strong><?php echo e($EmpGratiaAmount->OrderNo); ?></strong> dated <strong><?php echo e(date('d-M-Y', strtotime($EmpGratiaAmount->OrderDate))); ?></strong> has sanctioned the ex-gratia amount of Rs. <strong><?php echo e($EmpGratiaAmount->GratiaAmount); ?></strong> to <strong><?php echo e($EmpGratiaAmount->PayeeName); ?></strong> on account of death of <?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?></strong>.
</p>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpDeathCertificate): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Death Certificate</dt>
<dd class="col-sm-9">
<p>As per the Death Certificate No. <strong><?php echo e($EmpDeathCertificate->DeathCertificateNo); ?></strong> dated <strong><?php echo e(date('d-M-Y', strtotime($EmpDeathCertificate->DeathCertificateDate))); ?></strong>
<?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> is died on <strong><?php echo e(date('d-M-Y', strtotime ($EmpDeathCertificate->DateOfDeath))); ?></strong> and as such the note is taken.
</p>
<hr />
</dd>
<?php endif; ?>
<?php if($EmpHomeTownLTC->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Home Town Leave Concession
</dt>
<dd class="col-sm-9">
<?php $__currentLoopData = $EmpHomeTownLTC; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EmpHomeTownLTC): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<p>Vide University office order no. <strong><?php echo e($EmpHomeTownLTC->TravelOrderNumber); ?></strong> dated <strong><?php echo e(date('d-M-y', strtotime($EmpHomeTownLTC->TravelOrderDate))); ?></strong>
<?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong> is permitted to avail Home Town Concession during the leave period <strong><?php echo e(date('d-M-y', strtotime($EmpHomeTownLTC->LeaveStartDate))); ?></strong> to <strong><?php echo e(date('d-M-y', strtotime($EmpHomeTownLTC->LeaveEndDate))); ?></strong> for the Block Year <strong><?php echo e($EmpHomeTownLTC->HomeTownBlockYear); ?></strong>.</p>
<hr />
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</dd>
<?php endif; ?>
<?php if($EmpMaharashtraLTC->count() > 0): ?>
<dt class="col-sm-4"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Leave Travel Concession Recovery
</dt>
<dd class="col-sm-8">
<?php $__currentLoopData = $EmpMaharashtraLTC; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $EmpMaharashtraLTC): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<p>As per letter No. <strong><?php echo e($EmpMaharashtraLTC->RecoveryOrderNo); ?></strong> dated <strong><?php echo e(date('d-M-y', strtotime($EmpMaharashtraLTC->RecoveryOrderDate))); ?></strong> received from the Assistant Comptroller (I), DBSKKV., Dapoli the amount of Rs. <strong><?php echo e($EmpMaharashtraLTC->RecoveredAmount); ?></strong> paid to <?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>
towards Maharashtra LTC has been recovered vide Receipt No…… date………
</p>
<hr />
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</dd>
<?php endif; ?>
<?php if($GetCASPosition->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i class="fas fa-check"></i></span> CAS Promotion PayFixation
</dt>
<dd class="col-sm-9">
<?php $__currentLoopData = $GetCASPosition; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $GetCASPosition): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<p><?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <?php echo e($GetCASPosition->DesignationName); ?> after completion of …… years of service is eligible for higher pay in the scale ………….. & the same is sanctioned vide order no <strong><?php echo e($GetCASPosition->PromotionTransferCode); ?></strong> dated <strong><?php echo e(date('d-M-y', strtotime($GetCASPosition->PromotionTransferDate))); ?></strong>, <?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?> pay is fixed in the higher scale as follows:-</p>
<table class="table table-sm">
<thead>
<tr>
<th>Date of Joining on original post</th>
<th>Date of Completion of 7 years</th>
<th>Pay in the Column no. 2 & date of increments</th>
<th>Revised Pay Scale & Date of fixation</th>
<th>Next date of increments.</th>
<th>Status</th>
</tr>
<tbody>
<?php $__currentLoopData = $GetCASPayScale; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $GetCASPayScale): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e(date('d-M-y', strtotime($GetCASPayScale->EffectiveDate))); ?></td>
<td><?php echo e(date('d-M-y', strtotime($GetCASPayScale->EffectiveDate))); ?></td>
<td>
<?php if($GetCASPayScale->PayBand): ?>
<?php echo e($GetCASPayScale->PayBand); ?>
<?php else: ?>
<?php echo e($GetCASPayScale->PayLevel); ?>
<?php endif; ?>
<?php if($GetCASPayScale->PayLevelAmount): ?>
<?php echo e($GetCASPayScale->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($GetCASPayScale->LevelAmount); ?>
<?php endif; ?>
<?php if($GetCASPayScale->NextIncrementDate): ?>
<?php echo e(date('d-M-y', strtotime($GetCASPayScale->NextIncrementDate))); ?>
<?php endif; ?></td>
<td><?php echo e(date('d-M-y', strtotime($GetCASPayScale->EffectiveDate))); ?></td>
<td><?php if($GetCASPayScale->NextIncrementDate): ?>
<?php echo e(date('d-M-y', strtotime($GetCASPayScale->NextIncrementDate))); ?>
<?php else: ?>
--
<?php endif; ?></td>
<td>
<?php if($GetCASPayScale->IsCancelled == "1"): ?>
Cancelled
<?php elseif($GetCASPayScale->IsHold == "1" && $GetCASPayScale->IsReleased == "0"): ?>
<?php if($GetCASPayScale->HoldFromDate): ?>
Hold on <?php echo e(date('d-M-y', strtotime($GetCASPayScale->HoldFromDate))); ?>
<?php endif; ?>
<?php elseif($GetCASPayScale->IsHold == "1" && $GetCASPayScale->IsReleased == "1"): ?>
<?php if($GetCASPayScale->ReleaseDate): ?>
Released on <?php echo e(date('d-M-y', strtotime($GetCASPayScale->ReleaseDate))); ?>
<?php endif; ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</thead>
</table>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<hr />
</dd>
<?php endif; ?>
<?php if($GetEmpPayFixation_1986->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> 4<sup>th</sup> Pay Fixation</dt>
<dd class="col-sm-9">
<p>Vide Government Regulation No. AGU-2538-CR-282/88/18A, dated 22/11/1988 the pay of university employees has been fixed w.e.f. 01/01/1986.</p>
<p>In the present pay scale <?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <strong><?php echo e($Get_86th_PayFixation_Position->SanctionPost); ?></strong> is drawing Rs. <strong>
<?php if($PayScale_86th_PayFixation->LowerPayLevelAmount): ?>
<?php echo e($PayScale_86th_PayFixation->LowerPayLevelAmount); ?>
<?php else: ?>
<?php echo e($PayScale_86th_PayFixation->PayLevelAmount); ?>
<?php endif; ?>
</strong> pay in the Pay scale.</p>
<p>Certified that, As per the option form submitted by
<?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>,
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
pay has been fixed at Rs. <strong><?php echo e($PayScale_86th_PayFixation->PayLevelAmount); ?></strong> as on <strong><?php echo e(date('d-M-y', strtotime($PayScale_86th_PayFixation->EffectiveDate))); ?></strong> in the revised pay scale and next increment shown below vide university order number <strong><?php echo e($PayScale_86th_PayFixation->SanctionedOrderNo); ?></strong> on dated <strong><?php echo e(date('d-M-y', strtotime($PayScale_86th_PayFixation->SanctionedOrderDate))); ?></strong>.</p>
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>Pay Scale</th>
<th>Basic Pay</th>
<th>W.e.f.</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpPayFixation_1986; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $AllPayMatrix): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($AllPayMatrix->PayScale); ?></td>
<td>
<?php if($AllPayMatrix->PayLevelAmount): ?>
<?php echo e($AllPayMatrix->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($AllPayMatrix->LevelAmount); ?>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->EffectiveDate): ?>
<?php echo e(date('d-M-y', strtotime($AllPayMatrix->EffectiveDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->IsCancelled == "1"): ?>
Cancelled
<?php elseif($AllPayMatrix->IsHold == "1" && $AllPayMatrix->IsReleased == "0"): ?>
Hold on <?php echo e(date('d-M-y', strtotime($AllPayMatrix->HoldFromDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
</dd>
<?php endif; ?>
<?php if($GetEmpPayFixation_1996->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> 5<sup>th</sup> Pay Fixation</dt>
<dd class="col-sm-9">
<p>Vide Government Regulation No. AGU-2198/351/CR-2/18A, dated 15/04/1999 the pay of university employees has been fixed w.e.f. 01/01/1996.</p>
<p>In the present pay scale <?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>,
<?php if($Get_96th_PayFixation_Position): ?>
<strong><?php echo e($Get_96th_PayFixation_Position->SanctionPost); ?></strong>
<?php endif; ?> is drawing Rs. <strong>
<?php if($Get_FirstData_96th_Fixation->LowerPayLevelAmount): ?>
<?php echo e($Get_FirstData_96th_Fixation->LowerPayLevelAmount); ?>/-
<?php else: ?>
<?php echo e($Get_FirstData_96th_Fixation->PayLevelAmount); ?>/-
<?php endif; ?>
</strong> as on date <?php if($Get_FirstData_96th_Fixation->LowerEffectiveDate): ?>
<strong><?php echo e(date('d-M-y', strtotime($Get_FirstData_96th_Fixation->LowerEffectiveDate))); ?></strong>
<?php endif; ?> pay in the Pay scale <strong><?php echo e($Get_FirstData_96th_Fixation->LowerPayMatrixScale); ?></strong>.</p>
<p>Certified that, As per the option form submitted by
<?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>,
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
pay has been fixed at Rs. <strong><?php echo e($PayScale_96th_PayFixation->PayLevelAmount); ?>/-</strong> as on <strong><?php echo e(date('d-M-y', strtotime($PayScale_96th_PayFixation->EffectiveDate))); ?></strong> in the revised pay scale <strong><?php echo e($PayScale_96th_PayFixation->PayMatrixScale); ?></strong> and next increment shown below vide university order number <strong><?php echo e($PayScale_96th_PayFixation->SanctionedOrderNo); ?></strong> on dated <?php if($PayScale_96th_PayFixation->SanctionedOrderDate): ?>
<strong><?php echo e(date('d-M-y', strtotime($PayScale_96th_PayFixation->SanctionedOrderDate))); ?></strong>.
<?php endif; ?></p>
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>Basic Pay</th>
<th>W.e.f.</th>
<th>Status</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpPayFixation_1996; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $AllPayMatrix): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td>
<?php if($AllPayMatrix->PayLevelAmount): ?>
<?php echo e($AllPayMatrix->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($AllPayMatrix->LevelAmount); ?>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->EffectiveDate): ?>
<?php echo e(date('d-M-y', strtotime($AllPayMatrix->EffectiveDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->IsCancelled == "1"): ?>
Cancelled
<?php elseif($AllPayMatrix->IsHold == "1" && $AllPayMatrix->IsReleased == "0"): ?>
Hold on <?php echo e(date('d-M-y', strtotime($AllPayMatrix->HoldFromDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayMatrixRemarks): ?>
<?php echo e($AllPayMatrix->PayMatrixRemarks); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
</dd>
<?php endif; ?>
<?php if($GetEmpPayFixation_2006->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> 6<sup>th</sup> Pay Fixation</dt>
<dd class="col-sm-9">
<p>Vide Government Regulation No. SPC-1109/203/6-A, dated 07/10/2009 the pay of university employees has been fixed w.e.f. 01/01/2006.</p>
<p>In the present pay scale <?php echo e($EmployeePrimaryDetail->Title); ?>
<strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <?php if($Get_6th_PayFixation_Position): ?>
<strong><?php echo e($Get_6th_PayFixation_Position->SanctionPost); ?></strong>
<?php endif; ?> is drawing pay Rs.<strong>
<?php if($Get_FirstData_06th_Fixation->LowerPayLevelAmount): ?>
<?php echo e($Get_FirstData_06th_Fixation->LowerPayLevelAmount); ?>
<?php else: ?>
<?php echo e($Get_FirstData_06th_Fixation->PayLevelAmount); ?>
<?php endif; ?>
</strong> as on <strong>
<?php if($Get_FirstData_06th_Fixation->LowerPayLevelAmount): ?>
<?php echo e(date('d-M-y', strtotime($Get_LowerDate_06th_Fixation->EffectiveDate))); ?>
<?php else: ?>
, <?php echo e(date('d-M-y', strtotime($Get_FirstData_06th_Fixation->EffectiveDate))); ?>
<?php endif; ?>
</strong>
<?php if($Get_FirstData_06th_Fixation->LowerPayMatrixScale): ?> in the Pay scale of <strong><?php echo e($Get_FirstData_06th_Fixation->LowerPayMatrixScale); ?></strong>.
<?php endif; ?>
</p>
<p>Certified that, As per the option form submitted by <?php echo e($EmployeePrimaryDetail->Title); ?>
<strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>,
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
pay has been fixed at Rs. <strong><?php echo e($PayScale_6th_PayFixation->PayLevelAmount); ?>/- P.M.</strong> as on <strong><?php echo e(date('d-M-y', strtotime($PayScale_6th_PayFixation->EffectiveDate))); ?></strong> in the revised pay scale of Pay Band Rs. <strong><?php echo e($PayScale_6th_PayFixation->PayBand); ?></strong> with Grade Pay of Rs. <strong><?php echo e($PayScale_6th_PayFixation->GradePay); ?>/-</strong> and next date of increment shown below vide university order number <strong><?php echo e($PayScale_6th_PayFixation->SanctionedOrderNo); ?></strong> on dated <strong><?php echo e(date('d-M-y', strtotime($PayScale_6th_PayFixation->SanctionedOrderDate))); ?></strong>.</p>
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>GradePay</th>
<th>Basic Pay</th>
<th>W.e.f.</th>
<th>Status</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpPayFixation_2006; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $AllPayMatrix): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td>
<?php if($AllPayMatrix->GradePay): ?>
<?php echo e($AllPayMatrix->GradePay); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayLevelAmount): ?>
<?php echo e($AllPayMatrix->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($AllPayMatrix->LevelAmount); ?>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->EffectiveDate): ?>
<?php echo e(date('d-M-y', strtotime($AllPayMatrix->EffectiveDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->IsCancelled == "1"): ?>
Cancelled
<?php elseif($AllPayMatrix->IsHold == "1" && $AllPayMatrix->IsReleased == "0"): ?>
Hold on <?php echo e(date('d-M-y', strtotime($AllPayMatrix->HoldFromDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayMatrixRemarks): ?>
<?php echo e($AllPayMatrix->PayMatrixRemarks); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr/>
<?php if(count($GetEmpPayFixation_2006_Cancelled)): ?>
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>PayBand</th>
<th>GradePay</th>
<th>Basic Pay</th>
<th>W.e.f.</th>
<th>Order No. & Date</th>
<th>Status</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpPayFixation_2006_Cancelled; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $AllPayMatrix): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td>
<?php if($AllPayMatrix->PayBand): ?>
<?php echo e($AllPayMatrix->PayBand); ?>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->GradePay): ?>
<?php echo e($AllPayMatrix->GradePay); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayLevelAmount): ?>
<?php echo e($AllPayMatrix->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($AllPayMatrix->LevelAmount); ?>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->EffectiveDate): ?>
<?php echo e(date('d-M-y', strtotime($AllPayMatrix->EffectiveDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td><?php echo e($AllPayMatrix->SanctionedOrderNo); ?> (<?php echo e(date('d-M-y', strtotime($AllPayMatrix->SanctionedOrderDate))); ?>)</td>
<td>
<?php if($AllPayMatrix->IsCancelled == "1"): ?>
<span class="text-danger">Cancelled</span>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->CancelReason): ?>
<?php echo e($AllPayMatrix->CancelReason); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<?php endif; ?>
</dd>
<?php endif; ?>
<?php if($GetEmpPayFixation_2016->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i class="fas fa-check"></i></span> 7<sup>th</sup> Pay Fixation</dt>
<dd class="col-sm-9">
<p>Vide Government Regulation No. AU-3719/203/6-A, dated 16/02/2021 the pay of university employees has been fixed w.e.f. 01/01/2016.</p>
<p>In the present pay scale <?php echo e($EmployeePrimaryDetail->Title); ?>
<strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <strong>
<?php if($Get_7th_PayFixation_Position): ?>
<?php echo e($Get_7th_PayFixation_Position->SanctionPost); ?>
<?php endif; ?>
</strong>, is drawing pay Rs. <strong>
<?php if($Get_FirstData_16th_Fixation->LowerPayLevelAmount): ?>
<?php echo e($Get_FirstData_16th_Fixation->LowerPayLevelAmount); ?>
<?php else: ?>
<?php echo e($Get_FirstData_16th_Fixation->PayLevelAmount); ?>
<?php endif; ?>
</strong>, as on date <strong>
<?php if($Get_LowerDate_16th_Fixation): ?>
<?php echo e(date('d-M-y', strtotime($Get_LowerDate_16th_Fixation->EffectiveDate))); ?>
<?php else: ?>
<?php echo e(date('d-M-y', strtotime($Get_FirstData_16th_Fixation->EffectiveDate))); ?>
<?php endif; ?>
</strong>, in the pay scale of <strong>
<?php if($Get_FirstData_16th_Fixation->LowerPayBand): ?>
<?php echo e($Get_FirstData_16th_Fixation->LowerPayBand); ?>
<?php else: ?>
<?php echo e($Get_FirstData_16th_Fixation->PayBand); ?>
<?php endif; ?>
</strong>, GradePay <strong>
<?php if($Get_FirstData_16th_Fixation->LowerGradePay): ?>
<?php echo e($Get_FirstData_16th_Fixation->LowerGradePay); ?>
<?php else: ?>
<?php echo e($Get_FirstData_16th_Fixation->GradePay); ?>
<?php endif; ?>
</strong>.</p>
<p>Certified that, As per the option form submitted by
<?php echo e($EmployeePrimaryDetail->Title); ?> <strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>,
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
pay has been fixed at Rs <strong><?php echo e($PayScale_7th_PayFixation->LevelAmount); ?>/- P.M. </strong> as on <strong><?php echo e(date('d-M-y', strtotime($PayScale_7th_PayFixation->EffectiveDate))); ?></strong> in the revised pay scale of <strong><?php echo e($PayScale_7th_PayFixation->PayLevel); ?></strong>. Next date of increment as shown below vide university order number <strong><?php echo e($PayScale_7th_PayFixation->SanctionedOrderNo); ?></strong><?php if($PayScale_7th_PayFixation->SanctionedOrderDate): ?>
on dated <strong><?php echo e(date('d-M-y', strtotime($PayScale_7th_PayFixation->SanctionedOrderDate))); ?></strong>
<?php endif; ?>.</p>
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>Basic Pay</th>
<th>W.e.f.</th>
<th>Status</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpPayFixation_2016; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $AllPayMatrix): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td>
<?php if($AllPayMatrix->PayLevelAmount): ?>
<?php echo e($AllPayMatrix->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($AllPayMatrix->LevelAmount); ?>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->EffectiveDate): ?>
<?php echo e(date('d-M-y', strtotime($AllPayMatrix->EffectiveDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->IsCancelled == "1"): ?>
Cancelled
<?php elseif($AllPayMatrix->IsHold == "1" && $AllPayMatrix->IsReleased == "0"): ?>
Hold on <?php echo e(date('d-M-y', strtotime($AllPayMatrix->HoldFromDate))); ?>
<?php elseif($AllPayMatrix->IsHold == "1" && $AllPayMatrix->IsReleased == "1"): ?>
Released on <?php echo e(date('d-M-y', strtotime($AllPayMatrix->ReleaseDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayMatrixRemarks): ?>
<?php echo e($AllPayMatrix->PayMatrixRemarks); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<?php if(count($GetEmpPayFixation_2016_Cancelled)): ?>
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>PayLevel</th>
<th>Basic Pay</th>
<th>W.e.f.</th>
<th>Order No. & Date</th>
<th>Status</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpPayFixation_2016_Cancelled; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $AllPayMatrix): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($AllPayMatrix->PayLevel); ?></td>
<td>
<?php if($AllPayMatrix->PayLevelAmount): ?>
<?php echo e($AllPayMatrix->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($AllPayMatrix->LevelAmount); ?>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->EffectiveDate): ?>
<?php echo e(date('d-M-y', strtotime($AllPayMatrix->EffectiveDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td><?php echo e($AllPayMatrix->SanctionedOrderNo); ?> (<?php echo e(date('d-M-y', strtotime($AllPayMatrix->SanctionedOrderDate))); ?>)</td>
<td>
<?php if($AllPayMatrix->IsCancelled == "1"): ?>
<span class="text-danger">Cancelled</span>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->CancelReason): ?>
<?php echo e($AllPayMatrix->CancelReason); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<?php endif; ?>
</dd>
<?php endif; ?>
<?php if($GetEmpPayFixation->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i class="fas fa-check"></i></span> Pay Fixation</dt>
<dd class="col-sm-9">
<?php $__currentLoopData = $GetEmpPayFixation; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $GetEmpPayFixation): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
$GetSelectedEmployeePayMatrix = array();
$GetSelectedEmployeePayMatrix = $GetEmpPayFixation->GetSelectedEmployeePayMatrix;
// $GetSelectedEmployeePayMatrix = json_decode(json_encode($GetSelectedEmployeePayMatrix),true);
// print_r($GetSelectedEmployeePayMatrix);
// exit;
?>
<p><strong> <span class="text-info"><?php echo e($loop->iteration); ?>. <?php echo e($GetEmpPayFixation->AppointmentStatus); ?>-</span> <?php echo e($GetEmpPayFixation->PrevDesignation); ?> to <?php echo e($GetEmpPayFixation->DesignationName); ?> </strong><br/>
Vide University order No. <strong><?php echo e($GetEmpPayFixation->SanctionedOrderNo); ?></strong> dated <strong><?php echo e(date('d-M-y', strtotime($GetEmpPayFixation->PromotionOrderDate))); ?></strong>, the pay of
<?php echo e($EmployeePrimaryDetail->Title); ?>
<strong>
<?php if($GetLastChangeOfName): ?>
<?php echo e($GetLastChangeOfName->ChangeOfName); ?>
<?php else: ?>
<?php echo e($EmployeePrimaryDetail->EmployeeName); ?>
<?php endif; ?>
</strong>, <?php echo e($GetEmpPayFixation->DesignationName); ?>, has been fixed w.e.f. <strong>
<?php if($GetEmpPayFixation->PromotionTransferTime == 'Afternoon'): ?>
<?php echo e(date('d-M-y', strtotime('+1 day', strtotime($GetEmpPayFixation->PromotionTransferDate)))); ?>
<?php else: ?>
<?php echo e(date('d-M-y', strtotime($GetEmpPayFixation->PromotionTransferDate))); ?>
<?php endif; ?>
</strong> as per detail below.
<table class="table table-sm table-bordered">
<tr>
<th>Sr.N.</th>
<th>Pay Scale of the lower cadre</th>
<th>Pay drawn in the lower cadre</th>
<th>Pay Scale applicable to new cadre</th>
<th>As per MCSR (Pay) 1981 Rule No. 11(1)(A/B) pay on the date of increment
</th>
<th>Date of PayFixation</th>
<th>Date of next increment</th>
<th>Remarks</th>
</tr>
<tbody>
<?php if($GetSelectedEmployeePayMatrix): ?>
<?php $__currentLoopData = $GetSelectedEmployeePayMatrix; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $GetEmpPayScale): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($GetEmpPayFixation->AppointmentStatus == 'Promotion' && $GetEmpPayScale->PayFixation == 'Promotion'): ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td>
<?php if($loop->iteration == '1'): ?>
<?php if($GetEmpPayScale->LowerPayScale == '4th PayScale' ||$GetEmpPayScale->LowerPayScale == '5th PayScale'): ?>
<?php echo e($GetEmpPayScale->LowerPayMatrixScale); ?>
<?php elseif($GetEmpPayScale->LowerPayBand): ?>
<?php echo e($GetEmpPayScale->LowerPayBand); ?>, G.P. <?php echo e($GetEmpPayScale->LowerGradePay); ?>
<?php else: ?>
<?php echo e($GetEmpPayScale->LowerPayLevel); ?>
<?php endif; ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($loop->iteration == '1'): ?>
<?php echo e($GetEmpPayScale->LowerPayLevelAmount); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($loop->iteration == '1'): ?>
<?php if($GetEmpPayScale->PayScale == '4th PayScale' ||$GetEmpPayScale->PayScale == '5th PayScale'): ?>
<?php echo e($GetEmpPayScale->PayMatrixScale); ?>
<?php elseif($GetEmpPayScale->PayBand): ?>
<?php echo e($GetEmpPayScale->PayBand); ?>,
G.P. <?php echo e($GetEmpPayScale->GradePay); ?>
<?php else: ?>
<?php echo e($GetEmpPayScale->PayLevel); ?>
<?php endif; ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($GetEmpPayScale->PayLevelAmount): ?>
<?php echo e($GetEmpPayScale->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($GetEmpPayScale->LevelAmount); ?>
<?php endif; ?>
</td>
<td><?php echo e(date('d-M-y', strtotime($GetEmpPayScale->EffectiveDate))); ?></td>
<td>
<?php if($GetEmpPayScale->NextIncrementDate): ?>
<?php echo e(date('d-M-y', strtotime($GetEmpPayScale->NextIncrementDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($GetEmpPayScale->PayMatrixRemarks): ?>
<?php echo e($GetEmpPayScale->PayMatrixRemarks); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php elseif($GetEmpPayFixation->AppointmentStatus == 'Nomination' && $GetEmpPayScale->PayFixation == 'Nomination'): ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td>
<?php if($loop->iteration == '1'): ?>
<?php if($GetEmpPayScale->PayScale == '4th PayScale' ||$GetEmpPayScale->PayScale == '5th PayScale'): ?>
<?php echo e($GetEmpPayScale->LowerPayMatrixScale); ?>
<?php elseif($GetEmpPayScale->LowerPayBand): ?>
<?php echo e($GetEmpPayScale->LowerPayBand); ?>, G.P. <?php echo e($GetEmpPayScale->LowerGradePay); ?>
<?php else: ?>
<?php echo e($GetEmpPayScale->LowerPayLevel); ?>
<?php endif; ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($loop->iteration == '1'): ?>
<?php echo e($GetEmpPayScale->LowerPayLevelAmount); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($loop->iteration == '1'): ?>
<?php if($GetEmpPayScale->PayScale == '4th PayScale' || $GetEmpPayScale->PayScale == '5th PayScale'): ?>
<?php echo e($GetEmpPayScale->PayMatrixScale); ?>
<?php elseif($GetEmpPayScale->PayBand): ?>
<?php echo e($GetEmpPayScale->PayBand); ?>,
G.P. <?php echo e($GetEmpPayScale->GradePay); ?>
<?php else: ?>
<?php echo e($GetEmpPayScale->PayLevel); ?>
<?php endif; ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($GetEmpPayScale->PayLevelAmount): ?>
<?php echo e($GetEmpPayScale->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($GetEmpPayScale->LevelAmount); ?>
<?php endif; ?>
</td>
<td><?php echo e(date('d-M-y', strtotime($GetEmpPayScale->EffectiveDate))); ?></td>
<td>
<?php if($GetEmpPayScale->NextIncrementDate): ?>
<?php echo e(date('d-M-y', strtotime($GetEmpPayScale->NextIncrementDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($GetEmpPayScale->PayMatrixRemarks): ?>
<?php echo e($GetEmpPayScale->PayMatrixRemarks); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
</tbody>
</table>
<hr />
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</dd>
<?php endif; ?>
<?php if($GetEmpTimeBoundScale->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Time-bound PayFixation</dt>
<dd class="col-sm-9">
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>Pay Scale</th>
<th>PayBand/PayLevel</th>
<th>GradePay</th>
<th>Basic Pay</th>
<th>W.e.f.</th>
<th>Status</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpTimeBoundScale; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $AllPayMatrix): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($AllPayMatrix->PayScale); ?></td>
<td>
<?php if($AllPayMatrix->PayBand): ?>
<?php echo e($AllPayMatrix->PayBand); ?>
<?php elseif($AllPayMatrix->PayLevel): ?>
<?php echo e($AllPayMatrix->PayLevel); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->GradePay): ?>
<?php echo e($AllPayMatrix->GradePay); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayLevelAmount): ?>
<?php echo e($AllPayMatrix->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($AllPayMatrix->LevelAmount); ?>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->EffectiveDate): ?>
<?php echo e(date('d-M-y', strtotime($AllPayMatrix->EffectiveDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->IsCancelled == "1"): ?>
Cancelled
<?php elseif($AllPayMatrix->IsHold == "1" && $AllPayMatrix->IsReleased == "0"): ?>
Hold on <?php echo e(date('d-M-y', strtotime($AllPayMatrix->HoldFromDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayMatrixRemarks): ?>
<?php echo e($AllPayMatrix->PayMatrixRemarks); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr />
</dd>
<?php endif; ?>
<?php if($GetEmpUpgradeScale->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Upgradation of PayScale</dt>
<dd class="col-sm-9">
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>Pay Scale</th>
<th>PayBand/PayLevel</th>
<th>GradePay</th>
<th>Basic Pay</th>
<th>W.e.f.</th>
<th>Status</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpUpgradeScale; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $AllPayMatrix): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($AllPayMatrix->PayScale); ?></td>
<td>
<?php if($AllPayMatrix->PayBand): ?>
<?php echo e($AllPayMatrix->PayBand); ?>
<?php elseif($AllPayMatrix->PayLevel): ?>
<?php echo e($AllPayMatrix->PayLevel); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->GradePay): ?>
<?php echo e($AllPayMatrix->GradePay); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayLevelAmount): ?>
<?php echo e($AllPayMatrix->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($AllPayMatrix->LevelAmount); ?>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->EffectiveDate): ?>
<?php echo e(date('d-M-y', strtotime($AllPayMatrix->EffectiveDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->IsCancelled == "1"): ?>
Cancelled
<?php elseif($AllPayMatrix->IsHold == "1" && $AllPayMatrix->IsReleased == "0"): ?>
Hold on <?php echo e(date('d-M-y', strtotime($AllPayMatrix->HoldFromDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayMatrixRemarks): ?>
<?php echo e($AllPayMatrix->PayMatrixRemarks); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr />
</dd>
<?php endif; ?>
<?php if($GetEmpDowngradeScale->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Downgrade of PayScale</dt>
<dd class="col-sm-9">
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>Pay Scale</th>
<th>PayBand/PayLevel</th>
<th>GradePay</th>
<th>Basic Pay</th>
<th>W.e.f.</th>
<th>Status</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpDowngradeScale; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $AllPayMatrix): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($AllPayMatrix->PayScale); ?></td>
<td>
<?php if($AllPayMatrix->PayBand): ?>
<?php echo e($AllPayMatrix->PayBand); ?>
<?php elseif($AllPayMatrix->PayLevel): ?>
<?php echo e($AllPayMatrix->PayLevel); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->GradePay): ?>
<?php echo e($AllPayMatrix->GradePay); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayLevelAmount): ?>
<?php echo e($AllPayMatrix->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($AllPayMatrix->LevelAmount); ?>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->EffectiveDate): ?>
<?php echo e(date('d-M-y', strtotime($AllPayMatrix->EffectiveDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->IsCancelled == "1"): ?>
Cancelled
<?php elseif($AllPayMatrix->IsHold == "1" && $AllPayMatrix->IsReleased == "0"): ?>
Hold on <?php echo e(date('d-M-y', strtotime($AllPayMatrix->HoldFromDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayMatrixRemarks): ?>
<?php echo e($AllPayMatrix->PayMatrixRemarks); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr />
</dd>
<?php endif; ?>
<?php if($GetEmpPayFixationPhd->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Pay Fixation-Ph.D Degree
</dt>
<dd class="col-sm-9">
<p>As per Government Resolution No…………….. dated ………… Provision
No.7, separate non compounded advance increments as an
incentives for Ph.D./M.phill and other Higher qualification are applicable for teaching staff in the University. As per the Provision no.7 (……), Mr. ……………,
………… is eligible for 2/3/5/ non compound advance increment as
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
he
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
she
<?php else: ?>
he/she
<?php endif; ?>
holds the Ph.D degree while
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
initial appointment as Assistant Professor as he
completed
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?> Ph.D degree on ………….. as an in-service candidate. Hence,
<?php if($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Male'): ?>
his
<?php elseif($EmployeeGeneralDetail && $EmployeeGeneralDetail->Gender == 'Female'): ?>
her
<?php else: ?>
his/her
<?php endif; ?>
pay is fixed considering
2/3/5 non compound advance increments as per details given
in the table below.
</p>
<table class="table table-sm table-bordered">
<tr>
<th>Sr.N.</th>
<th>Name of the employee and post</th>
<th>joining date of the new cadre</th>
<th>pay scale for the post</th>
<th>pay drawn</th>
<th>Date of completion Ph.D degree</th>
<th>Pay fixed considering advance non compound
increments
</th>
<th>Date of next increment</th>
<th>Remarks</th>
</tr>
<tbody>
<?php $__currentLoopData = $GetEmpPayFixationPhd; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $GetEmpPayFixation): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td></td>
<td><?php echo e(date('d-M-y', strtotime($GetEmpPayFixation->EffectiveDate))); ?></td>
<td><?php echo e($GetEmpPayFixation->PayScale); ?></td>
<td><?php echo e($GetEmpPayFixation->PayLevelAmount); ?></td>
<td></td>
<td>
<?php if($GetEmpPayFixation->PayBand): ?>
<?php echo e($GetEmpPayFixation->PayBand); ?>
<?php else: ?>
<?php echo e($GetEmpPayFixation->PayLevel); ?>
<?php endif; ?>
</td>
<td>
<?php if($GetEmpPayFixation->NextIncrementDate): ?>
<?php echo e(date('d-M-y', strtotime($GetEmpPayFixation->NextIncrementDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($GetEmpPayFixation->PayMatrixRemarks): ?>
<?php echo e($GetEmpPayFixation->PayMatrixRemarks); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<hr />
</dd>
<?php endif; ?>
<?php if($GetEmpAnnualIncrement->count() > 0): ?>
<dt class="col-sm-3"><span class="badge badge-success"><i
class="fas fa-check"></i></span> Annual Increment</dt>
<dd class="col-sm-9">
<table class="table table-bordered table-sm">
<thead>
<tr>
<th>S.No.</th>
<th>Pay Scale</th>
<th>PayBand/PayLevel</th>
<th>GradePay</th>
<th>Basic Pay</th>
<th>W.e.f.</th>
<th>Status</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $GetEmpAnnualIncrement; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $AllPayMatrix): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($loop->iteration); ?></td>
<td><?php echo e($AllPayMatrix->PayScale); ?></td>
<td>
<?php if($AllPayMatrix->PayBand): ?>
<?php echo e($AllPayMatrix->PayBand); ?>
<?php elseif($AllPayMatrix->PayLevel): ?>
<?php echo e($AllPayMatrix->PayLevel); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->GradePay): ?>
<?php echo e($AllPayMatrix->GradePay); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayLevelAmount): ?>
<?php echo e($AllPayMatrix->PayLevelAmount); ?>
<?php else: ?>
<?php echo e($AllPayMatrix->LevelAmount); ?>
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->EffectiveDate): ?>
<?php echo e(date('d-M-y', strtotime($AllPayMatrix->EffectiveDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->IsCancelled == "1"): ?>
Cancelled
<?php elseif($AllPayMatrix->IsHold == "1" && $AllPayMatrix->IsReleased == "0"): ?>
Hold on <?php echo e(date('d-M-y', strtotime($AllPayMatrix->HoldFromDate))); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
<td>
<?php if($AllPayMatrix->PayMatrixRemarks): ?>
<?php echo e($AllPayMatrix->PayMatrixRemarks); ?>
<?php else: ?>
--
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
</dd>
<?php endif; ?>
</dl>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.container-fluid -->
</section>
<!-- /.content -->
<?php else: ?>
<script>
Swal.fire({
icon: "warning",
title: "Sorry! No Employee exist with this code.",
showConfirmButton: true,
confirmButtonText: "Go Back",
//timer: 1500,
}).then(function () {
history.back();// = "<?php echo e(url('dashboard')); ?>";
});
</script>
<?php endif; ?>
</div>
<script>
$(function() {
$("#emplaoyeeTable, #deputaionTable").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-production/resources/views/admin/EmployeeProfile/employee-service-book.blade.php ENDPATH**/ ?>