/home/mip/mip/storage/framework/views/080763069b29bc16f82cfa1b4cffd6b5.php
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>MIP CMS- <?php echo e(isset($pageTitle) ? $pageTitle :'Dashboard'); ?></title>
        <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
        <!-- jquery ui 1.11.2 -->
        <link href="<?php echo e(get_template('plugins/tablednd/tablednd.css')); ?>" rel="stylesheet" type="text/css" />
        <link rel="stylesheet" href="<?php echo e(get_template('plugins/jquery-ui-1.11.2/jquery-ui.min.css')); ?>">
        <!-- bootstrap 3.0.2 -->
        <link href="<?php echo e(get_template('plugins/bootstrap-3.3.7/css/bootstrap.min.css')); ?>" rel="stylesheet" type="text/css" />
        <!-- font Awesome -->
        <link href="<?php echo e(get_template('font-awesome-4.7.0/css/font-awesome.min.css')); ?>" rel="stylesheet" type="text/css" />
        <!-- Ionicons -->
        <link href="<?php echo e(get_template('ionicons-2.0.1/css/ionicons.min.css')); ?>" rel="stylesheet" type="text/css" />
        <link href="<?php echo e(get_template('plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css')); ?>" rel="stylesheet" type="text/css" />
        <link href="<?php echo e(get_template('plugins/sweetalert2/dist/sweetalert2.min.css')); ?>" rel="stylesheet" type="text/css" />
        <link href="<?php echo e(get_template('plugins/iCheck/square/_all.css')); ?>" rel="stylesheet" type="text/css" />
        <link href="<?php echo e(get_template('plugins/intlnum/css/intlTelInput.css')); ?>" rel="stylesheet" type="text/css" />
        <link href="<?php echo e(get_template('plugins/bootstrap-tokenfield/dist/css/bootstrap-tokenfield.min.css')); ?>" rel="stylesheet" type="text/css" />
        <link href="<?php echo e(get_template('plugins/bootstrap-tokenfield/dist/css/tokenfield-typeahead.min.css')); ?>" rel="stylesheet" type="text/css" />
        <!-- Select 2 -->
        <link href="<?php echo e(get_template('plugins/select2/select2.min.css')); ?>" rel="stylesheet" type="text/css" />
        <link href="<?php echo e(get_template('plugins/select2/select2.bootstrap.min.css')); ?>" rel="stylesheet" type="text/css" />
        <!-- Datatables -->
        <link href="<?php echo e(get_template('plugins/DataTables-1.10.12/media/css/dataTables.bootstrap.css')); ?>" rel="stylesheet" type="text/css" />
        <link href="<?php echo e(get_template('dist/css/AdminLTE.min.css')); ?>" rel="stylesheet" type="text/css" />
        <link rel="stylesheet" href="<?php echo e(get_template('dist/css/skins/_all-skins.min.css')); ?>">
        <!-- custom style -->
        <link href="<?php echo e(get_template('plugins/notifyjs/notifyjs.css')); ?>" rel="stylesheet" type="text/css" />
        <link href="<?php echo e(get_template('dist/css/custom.css')); ?>" rel="stylesheet" type="text/css" />
       <!--  <link href="<?php echo e(get_template('plugins/daterangepicker/daterangepicker-bs3.css')); ?>" rel="stylesheet" type="text/css" /> -->
        <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/bootstrap.daterangepicker/2/daterangepicker.css" />
        
        <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
        <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
        <!--[if lt IE 9]>
          <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
          <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
        <![endif]-->       
        <?php echo $__env->yieldContent('page-css'); ?>
    </head>
    <body class="hold-transition sidebar-mini fixed skin-<?php echo e(config('template.skin')); ?>" data-url="<?php echo e(url('/')); ?>" 
        data-datepicker-format="<?php echo e(auth('client')->user()->client->date_picker['date_picker']); ?>"
        data-datepicker-date="<?php echo e(date(auth('client')->user()->client->date_picker['php'])); ?>"
        data-datepicker-mask="<?php echo e(auth('client')->user()->client->date_picker['mask']); ?>">

         <div class="wrapper">
            <header class="main-header">
                <a href="<?php echo e(url('client/dashboard')); ?>" class="logo">
                    <span class="logo-mini"><b>MIP </b><!-- <img src="<?php echo e(url('img/dashboard-logo.png')); ?>"  class="img-responsive" style="margin-top: 10px;"> --></span>
                    <span class="logo-lg"><b>MIP </b>CMS<!-- <img src="<?php echo e(url('img/dashboard-logo.png')); ?>"  class="img-responsive"> --></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>
                    </a>
                    <div class="navbar-custom-menu">
                        <ul class="nav navbar-nav">
                            <li class="dropdown user user-menu">
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                                  <img src="<?php echo e(asset('img/user-avatar-male.png')); ?>" class="user-image" alt="User Image">
                                  <span class="hidden-xs"><?php echo e(auth('client')->user()->name); ?></span>
                                </a>
                                <ul class="dropdown-menu">
                                    <li class="user-header">
                                        <img src="<?php echo e(asset('img/user-avatar-male.png')); ?>" class="img-circle" alt="User Image">
                                        <p>
                                            <?php echo e(auth('client')->user()->name); ?>

                                            <small><?php echo e(auth('client')->user()->email); ?></small>
                                            <small><b>Version:</b> <?php echo e(config('app.version')); ?></small>
                                        </p>
                                    </li>
                                    <li class="user-footer">
                                        <div class="pull-left">
                                            <a href="#" class="btn btn-default btn-flat">Profile</a>
                                        </div>
                                        <div class="pull-right">
                                            <a href="<?php echo e(url(config('modules.client').'/auth/logout')); ?>" class="btn btn-default btn-flat"><i class="fa fa-sign-out"></i> Sign out</a>
                                        </div>
                                    </li>
                                </ul>
                            </li>
                        </ul>
                    </div>
                </nav>
            </header>
            <aside class="main-sidebar">
               <section class="sidebar">
<!--                     <div class="user-panel">
                        <div class="pull-left image">
                          <img src="<?php echo e(asset('img/user-avatar-male.png')); ?>" class="img-circle" alt="User Image">
                        </div>
                        <div class="pull-left info">
                            <p><?php echo e(auth('client')->user()->name); ?></p>
                            <a href="#"><i class="fa fa-circle text-success"></i> Online</a>
                        </div>
                    </div> -->
                    <?php if(isset($userPermissions[20]) && $userPermissions[20]['can_access'] == 1): ?>
                        <form action="<?php echo e(route(config('modules.client').'.search-applicants.index')); ?>" method="get" class="sidebar-form">
                            <div class="input-group">
                                <input type="text" name="name" class="form-control" placeholder="Search applicant name..." autocomplete="off">
                                <span class="input-group-btn">
                                    <button type="submit" id="search-btn" class="btn btn-flat">
                                        <i class="fa fa-search"></i>
                                    </button>
                                </span>
                            </div>
                        </form>
                    <?php endif; ?>
                    <?php echo $__env->make('Client::cache.menus.'.auth('client')->user()->client_id.'.custom_'.auth('client')->user()->role_id, \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                </section>
            </aside>
            <div class="content-wrapper">
                <!-- <div class="container-fluid"> -->
                    <?php echo $__env->yieldContent('page-body'); ?>
                <!-- </div> -->
            </div>

            <footer class="main-footer">
                <div class="container-fluid">
                    <div class="pull-right hidden-xs">
                        <b>Version:</b> <?php echo e(config('app.version')); ?>

                    </div>
                    <strong>Copyright &copy; 2016-<?php echo e(Date('Y') + 1); ?> <a href="http://www.quantumx.com">Quantum X, Inc</a>.</strong>
                </div>
            </footer>
        </div>

        <script src="<?php echo e(get_template('plugins/jQuery/jQuery-2.1.4.min.js')); ?>"></script>
        <script type="text/javascript">
        $(function(){
            $('ul.sidebar-menu li').each(function(index, el){
                var li = $(el);
                if(li.hasClass('treeview')){
                    var a = li.find('a');
                    var a_text = a.find('span').html();
                    if(a_text.toLowerCase() == 'applicants' ||  a_text.toLowerCase() == 'applicant'){
                        if("<?php echo e(Request::path()); ?>" != "client/applicants"){
                            li.find('ul').remove();
                            a.attr('href', "<?php echo e(route(config('modules.client').'.applicants.index')); ?>");
                        }else{
                            li.addClass('active');
                            $('body #appslidemenu0').removeClass('active');
                        }
                    }
                }
            });
        });
        </script>
        <script src="<?php echo e(get_template('plugins/jquery-ui-1.11.2/jquery-ui.min.js')); ?>" type="text/javascript"></script>
        <script src="<?php echo e(get_template('plugins/bootstrap-3.3.7/js/bootstrap.min.js')); ?>" type="text/javascript"></script>
        <script type="text/javascript" src="<?php echo e(get_template('plugins/slimScroll/jquery.slimscroll.min.js')); ?>"></script>
        <script type="text/javascript" src="<?php echo e(get_template('plugins/fastclick/fastclick.js')); ?>"></script>
        <script src="<?php echo e(get_template('/plugins/sweetalert2/dist/sweetalert2.min.js')); ?>" type="text/javascript"></script>
        <script src="<?php echo e(get_template('plugins/select2/select2.full.js')); ?>" type="text/javascript"></script>    
        <script src="<?php echo e(get_template('plugins/intlnum/js/intlTelInput.min.js')); ?>" type="text/javascript"></script>    
        <script src="<?php echo e(get_template('plugins/DataTables-1.10.12/media/js/jquery.dataTables.js')); ?>" type="text/javascript"></script>
        <script src="<?php echo e(get_template('plugins/DataTables-1.10.12/media/js/dataTables.bootstrap.js')); ?>" type="text/javascript"></script>
        <script type="text/javascript" src="<?php echo e(get_template('plugins/DataTables-1.10.12/extensions/Pagination/input_old.js')); ?>"></script>
        <script src="<?php echo e(get_template('plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js')); ?>" type="text/javascript"></script>
        <script src="<?php echo e(get_template('plugins/iCheck/icheck.min.js')); ?>" type="text/javascript"></script>
        <!-- notifyjs -->
        <script src="<?php echo e(get_template('plugins/notifyjs/notify.min.js')); ?>" type="text/javascript"></script>
        <!-- token input -->
        <script type="text/javascript" src="<?php echo e(get_template('plugins/bootstrap-tokenfield/dist/bootstrap-tokenfield.min.js')); ?>"></script>
        <!-- input mask -->
        <script type="text/javascript" src="<?php echo e(get_template('plugins/input-mask/jquery.inputmask.js')); ?>"></script>
        <script type="text/javascript" src="<?php echo e(get_template('plugins/input-mask/jquery.inputmask.date.extensions.js')); ?>"></script>
        <script type="text/javascript" src="<?php echo e(get_template('plugins/input-mask/jquery.inputmask.extensions.js')); ?>"></script>
        <script type="text/javascript" src="<?php echo e(get_template('plugins/tablednd/jquery.tablednd.0.7.min.js')); ?>"></script>
        <!-- <script type="text/javascript" src="<?php echo e(get_template('plugins/daterangepicker/daterangepicker.js')); ?>"></script> -->
        <script type="text/javascript" src="<?php echo e(get_template('plugins/daterangepicker/moment.min.js')); ?>"></script>
        <script type="text/javascript" src="//cdn.jsdelivr.net/bootstrap.daterangepicker/2/daterangepicker.js"></script>
        <script type="text/javascript" src="<?php echo e(get_template('plugins/ckeditor/ckeditor.js')); ?>"></script>
        <script src="<?php echo e(asset('vendor/laravel-filemanager/js/lfm.js')); ?>"></script>


        <!-- AdminLTE App -->
        <script type="text/javascript" src="<?php echo e(asset('vendor/datatables/jquery.jeditable.min.js')); ?>"></script>
        <script src="<?php echo e(get_template('dist/js/app.min.js')); ?>" type="text/javascript"></script>       
        <script type="text/javascript">
        $.ajaxSetup({
            headers: { 
                'X-CSRF-Token' : $('meta[name=csrf-token]').attr('content'),
            }
        });
        $(function () {
          $('[data-toggle="tooltip"]').tooltip();
        });

        $(document).ready(function(){
            $('select').find('option:eq(0)').removeAttr('hidden');
            $('select').find('option:eq(0)').removeAttr('disabled');
        });
        </script>
        <script type="text/javascript" src="<?php echo e(get_template('dist/js/helpers.js')); ?>"></script>
        <?php echo $__env->yieldContent('page-js'); ?>
    </body>
</html><?php /**PATH /home/mip/mip/app/Modules/Client/Views/layouts.blade.php ENDPATH**/ ?>