MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/storage.2/framework/views/d6a718160c5e9a77a6c0969b2df28bc40f99904e.php
<!doctype html>
<html lang="en">

    <head>
        <!-- Required meta tags -->
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <!--favicon-->
        <link rel="icon" href="<?php echo e(asset('images/favicon.ico')); ?>" type="image/ico" />
        <!-- loader-->
        <link href="<?php echo e(asset('assets/css/pace.min.css')); ?>" rel="stylesheet" />
        <script src="<?php echo e(asset('assets/js/pace.min.js')); ?>"></script>
        <!-- Bootstrap CSS -->
        <link href="<?php echo e(asset('assets/css/bootstrap.min.css')); ?>" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet">
        <link href="<?php echo e(asset('assets/css/app.css')); ?>" rel="stylesheet">
        <link href="<?php echo e(asset('assets/css/icons.css')); ?>" rel="stylesheet">
        <?php echo $__env->yieldContent('pageTitle'); ?>
        <?php echo $__env->yieldContent("style"); ?>
        <?php echo $__env->yieldContent("styles"); ?>
    </head>

    <body class="bg-login">
        <!--wrapper-->
        <div class="wrapper">
            <?php echo $__env->yieldContent("wrapper"); ?>
            <?php echo $__env->yieldContent("content"); ?>
        </div>
        <!--end wrapper-->
        <form id="logoutform" action="<?php echo e(route('logout')); ?>" method="POST" style="display: none;">
            <?php echo e(csrf_field()); ?>

        </form>
        <!--plugins-->
        <script src="<?php echo e(asset('assets/js/jquery.min.js')); ?>"></script>
        <script src="<?php echo e(asset('assets/plugins/select2/js/select2.min.js')); ?>"></script>
        <script>
            $('.single-select').select2({
                theme: 'bootstrap4',
                width: $(this).data('width') ? $(this).data('width') : $(this).hasClass('w-100') ? '100%' : 'style',
                placeholder: $(this).data('placeholder'),
                allowClear: Boolean($(this).data('allow-clear')),
            });
            $('.multiple-select').select2({
                theme: 'bootstrap4',
                width: $(this).data('width') ? $(this).data('width') : $(this).hasClass('w-100') ? '100%' : 'style',
                placeholder: $(this).data('placeholder'),
                allowClear: Boolean($(this).data('allow-clear')),
            });
        </script>
        <?php echo $__env->yieldContent("script"); ?>
        <?php echo $__env->yieldContent("scripts"); ?>

        
    </body>

    

</html><?php /**PATH /home/imensosw/liftcincy.imenso.co/resources/views/layouts/app.blade.php ENDPATH**/ ?>