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**/ ?>