HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/hrms-production/storage/framework/views/19ab1556459b6ff259147608cc239cb5f23a3395.php

<?php $__env->startSection('content'); ?>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">
        <div class="container-fluid">
            <div class="row mb-2">
                <div class="col-sm-6">

                </div>
                <div class="col-sm-6 text-right">
                    <button type="button" class="btn btn-sm btn-outline-success mx-1" onclick="window.print()"> Print <i class="fas fa-print"></i> </button>
                </div>
            </div>
        </div><!-- /.container-fluid -->
    </section>

    <!-- Main content -->
    <section class="content">
        <div class="container-fluid">

            
            <div class="row justify-content-center">
                <div class="col-10">
                    <div class="invoice p-3 mb-3">
                        <div class="row justify-content-center">
                            <div class="col-10 text-center">
                                <img class="profile-user-img img-fluid img-circle mb-3"
                                    src="<?php echo e(url('/uploads/dbskkv_logo.jpg')); ?>" alt="Logo" style="max-width: 72px">
                                <h5>
                                    <strong>DR. BALASAHEB SAWANT KONKAN KRISHI VIDYAPEETH, DAPOLI</strong>
                                </h5>
                                <hr />
                            </div>
                            <div class="col-10">
                                <h5>University Order No. <?php echo e($ViewEmpTransfer->PromotionTransferCode); ?> <small
                                        class="float-right">Date: <?php echo e($ViewEmpTransfer->PromotionOrderDate); ?> </small>
                                </h5>
                            </div>

                        </div>
                        
                        
                        <div class="row justify-content-center mb-4">
                            <div class="col-md-10">
                                <p>Hon. Vice Chancellor, Dr. Balasaheb Sawant Konkan Krishi Vidyapeeth,
                                    Dapoli hereby ordered that, the employees shown in the column no. 2 below should be
                                    transferred to the post, as per details shown in the column no. 3 below, till
                                    further orders.</p>
                            </div>
                        </div>
                        <div class="row mb-4">
                            <div class="col-12 table-responsive">
                                <table class="table table-striped">
                                    <thead>
                                        <tr>
                                            <th>Sr. N.</th>
                                            <th>Name of the Employee with designation , present scheme and present work place</th>
                                            <th>Post on which employee transfer, controlling officer, name of the scheme and actual work place</th>
                                            <th>Remarks</th>
                                        </tr>
                                    </thead>
                                    <tbody>
                                        <tr>
                                            <td>1.</td>
                                            <td>Employee Name: <strong><?php echo e($EmpPastPosition->EmployeeName); ?></strong>
                                                <br />Designation: <strong><?php echo e($EmpPastPosition->DesignationName); ?></strong>
                                                <br />Scheme: <strong><?php echo e($EmpPastPosition->SchemeName); ?></strong>
                                                <br />Work Place: <strong><?php echo e($EmpPastPosition->ActualWorkPlace); ?></strong>
                                            </td>
                                            <td>Post: <strong><?php echo e($ViewEmpTransfer->SanctionPost); ?></strong>
                                                <br />Scheme: <strong><?php echo e($ViewEmpTransfer->SchemeName); ?></strong>
                                                <br />Controlling Officer: <strong><?php echo e($ViewEmpTransfer->ControllingOfficer); ?></strong>
                                                <br />Actual work place: <strong><?php echo e($ViewEmpTransfer->ActualWorkPlace); ?></strong>
                                            </td>
                                            <td><?php echo e($ViewEmpTransfer->Remarks); ?></td>
                                        </tr>
                                    </tbody>
                                </table>
                            </div>
                        </div>
                        <div class="row justify-content-center mb-2">
                            <div class="col-md-10">
                                <p>The above mentioned employees should be relieved immediately under
                                    intimation to undersigned. Transfer TA bill and transit period should not be
                                    applicable to the employees transfer on ‘Own Request’.</p>
                            </div>
                        </div>
                        <div class="row justify-content-center mb-4">
                            <div class="col-10 text-right">
                                <p><strong>REGISTRAR</strong></p>
                            </div>
                        </div>
                        <div class="row justify-content-center">
                            <div class="col-md-10">
                                <p>Copy forwarded for information and further necessary action:</p>
                                <ol>
                                    <li>Director</li>
                                    <li>Associate Dean</li>
                                    <li>In charge</li>
                                    <li>Head</li>
                                    <li>Comptroller</li>
                                    <li>PAO, PAU</li>
                                    <li>PA to VC</li>
                                    <li>Personal file</li>
                                </ol>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- /.col -->
            </div>
            <!-- /.row -->
        </div>
        <!-- /.container-fluid -->
    </section>
    <!-- /.content -->
</div>



<script>
    $(function() {
            $("#emplaoyeePromotionTable").DataTable({
                "responsive": true,
                "lengthChange": true,
                "autoWidth": false,
                "lengthMenu": [10, 20, 50, 100, 250, 500],
                //"buttons": ["copy", "csv", "excel", "pdf", "print", "colvis"]
            }).buttons().container().appendTo('#userTable_wrapper .col-md-6:eq(0)');
        });
</script>
<!-- /.content-wrapper -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.include.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/hrms/resources/views/admin/EmployeeProfile/view-employee-transfer.blade.php ENDPATH**/ ?>