| Path : /var/www/html/thb_loan_system/storage/framework/views/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/thb_loan_system/storage/framework/views/fbe1e99bcc8536d73d967620f48c33abc522d925.php |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> <?php echo $__env->yieldContent('title'); ?></title>
<!-- Tell the browser to be responsive to screen width -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900&family=Battambang" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="<?php echo e(asset('assets/themes/limitless/css/icons/icomoon/styles.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/themes/limitless/css/bootstrap.css')); ?>">
<link rel="stylesheet" href="<?php echo e(asset('assets/themes/limitless/css/core.css')); ?>">
<link rel="stylesheet" href="<?php echo e(asset('assets/themes/limitless/css/components.css')); ?>">
<link rel="stylesheet" href="<?php echo e(asset('assets/themes/limitless/css/colors.css')); ?>">
<link href="<?php echo e(asset('assets/plugins/font-awesome/css/font-awesome.min.css')); ?>" rel="stylesheet" type="text/css"/>
<link href="<?php echo e(asset('assets/plugins/bootstrap-toastr/toastr.min.css')); ?>" rel="stylesheet" type="text/css"/>
<link href="<?php echo e(asset('assets/plugins/bootstrap-touchspin/bootstrap.touchspin.min.css')); ?>" rel="stylesheet"
type="text/css"/>
<link href="<?php echo e(asset('assets/plugins/fullcalendar/fullcalendar.css')); ?>" rel="stylesheet" type="text/css"/>
<link href="<?php echo e(asset('assets/plugins/sweetalert2/sweetalert2.min.css')); ?>" rel="stylesheet" type="text/css"/>
<link href="<?php echo e(asset('assets/plugins/fancybox/jquery.fancybox.css')); ?>"
rel="stylesheet" type="text/css"/>
<link href="<?php echo e(asset('assets/plugins/amcharts/plugins/export/export.css')); ?>"
rel="stylesheet"
type="text/css"/>
<link href="<?php echo e(asset('assets/plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css')); ?>"
rel="stylesheet"
type="text/css"/>
<link href="<?php echo e(asset('assets/plugins/datepicker/bootstrap-datepicker3.min.css')); ?>" rel="stylesheet"
type="text/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/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- jQuery 2.2.3 -->
<script src="<?php echo e(asset('assets/plugins/jQuery/jquery-2.2.3.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/plugins/bootstrap-toastr/toastr.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('assets/plugins/jQueryUi/jquery-ui.min.js')); ?>" type="text/javascript"></script>
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
<script>
$.widget.bridge('uibutton', $.ui.button);
</script>
<!-- Bootstrap 3.3.6 -->
<script src="<?php echo e(asset('assets/bootstrap/js/bootstrap.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/plugins/datepicker/bootstrap-datepicker.min.js')); ?>"
type="text/javascript"></script>
<?php echo $__env->yieldContent('page-header-scripts'); ?>
<style>
.select2-container {
width: 100% !important;
}
.search-icon:hover {
cursor: pointer;
}
</style>
<?php echo app('Illuminate\Foundation\Vite')('resources/sass/app.scss'); ?>
<?php echo $__env->yieldPushContent('after_styles'); ?>
</head>
<body class="">
<!-- Main navbar -->
<div class="navbar navbar-inverse bg-indigo">
<div class="navbar-header">
<a class="navbar-brand"
href="<?php echo e(url('/')); ?>"><?php echo e(\App\Models\Setting::where('setting_key','company_name')->first()->setting_value); ?></a>
<ul class="nav navbar-nav visible-xs-block">
<li><a data-toggle="collapse" data-target="#navbar-mobile"><i class="icon-tree5"></i></a></li>
<li><a class="sidebar-mobile-main-toggle"><i class="icon-paragraph-justify3"></i></a></li>
</ul>
</div>
<div class="navbar-collapse collapse" id="navbar-mobile">
<ul class="nav navbar-nav">
<li><a class="sidebar-control sidebar-main-toggle hidden-xs"><i class="icon-paragraph-justify3"></i></a>
</li>
</ul>
<div class="navbar-right">
<p class="navbar-text">Hello, <?php echo e(Sentinel::getUser()->first_name); ?> <?php echo e(Sentinel::getUser()->last_name); ?></p>
<p class="navbar-text"><span class="label bg-success-400">Online</span></p>
<!-- add language -->
<a href="#" class="dropdown-toggle" data-toggle="dropdown" style="color:white;margin-left:15px;">
<?php if(app()->getLocale()=='kh'): ?>
<img src="<?php echo e(asset('kh.png')); ?>" class="flag" alt="ខ្មែរ" style="margin-top:15px;">
<span style="margin-top:15px;"> ខ្មែរ</span>
<?php elseif(app()->getLocale()=='en'): ?>
<img src="<?php echo e(asset('th.png')); ?>" class="flag" alt="English" style="margin-top:15px;">
<span style="clear:both;padding-top:20px;"> English</span>
<?php else: ?>
<img src="<?php echo e(asset('th.png')); ?>" class="flag" alt="ไทย" style="margin-top:15px;">
<span style="margin-top:15px;"> ไทย</span>
<?php endif; ?>
<i class="fa fa-angle-down"></i>
</a>
<ul class="dropdown-menu pull-right">
<li <?php if(app()->getLocale()=='en'): ?> class="active" <?php endif; ?>>
<a href="/lang/en"><img src="<?php echo e(asset('en.png')); ?>" class="flag" alt="English"> English</a>
</li>
<li <?php if(app()->getLocale()=='kh'): ?> class="active" <?php endif; ?>>
<a href="/lang/kh"><img src="<?php echo e(asset('kh.png')); ?>" class="flag" alt="ខ្មែរ"> ខ្មែរ</a>
</li>
<!-- <li <?php if(app()->getLocale()=='th'): ?> class="active" <?php endif; ?>>
<a href="/lang/th"><img src="<?php echo e(asset('th.png')); ?>" class="flag" alt="ไทย"> ไทย</a>
</li> -->
</ul>
</div>
</div>
</div>
<!-- Page container -->
<div class="page-container">
<div class="page-content">
<?php echo $__env->make('left_menu.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<div class="content-wrapper">
<div class="page-header page-header-default">
<div class="page-header-content">
<div class="page-title">
<div class="row">
<div class="col-xs-12 col-sm-4">
<h4><i class="icon-arrow-left52 position-left"></i> <span
class="text-semibold"><?php echo e(translate('home')); ?></span> -
<?php echo $__env->yieldContent('title'); ?>
</h4>
</div>
<div class="col-xs-12 col-sm-8">
<?php echo $__env->yieldContent('alert'); ?>
</div>
</div>
<div class="heading-elements">
<div class="heading-btn-group">
</div>
</div>
</div>
<div class="breadcrumb-line">
<ul class="breadcrumb">
<li><a href="<?php echo e(url('dashboard')); ?>"><i class="icon-home2 position-left"></i> <?php echo e(translate('home')); ?></a></li>
<li class="active"><?php echo $__env->yieldContent('title'); ?></li>
</ul>
</div>
</div>
<!-- /page header -->
<div class="content">
<section class="" style="margin-top: 20px">
<?php $__currentLoopData = (array) session('flash_notification'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $message): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if(isset($message[0])): ?>
<div class="alert alert-<?php echo e($message[0]['level']); ?>">
<?php echo e($message[0]['message']); ?>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<!-- end new notification code -->
<!--old code seem not working -->
<?php if(Session::has('flash_notification.message')): ?>
<script>toastr.<?php echo e(Session::get('flash_notification.level')); ?>('<?php echo e(Session::get("flash_notification.message")); ?>', 'Response Status')</script>
<?php endif; ?>
<?php if(isset($msg)): ?>
<div class="alert alert-success ">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×
</button>
<?php echo e($msg); ?>
</div>
<?php endif; ?>
<?php if(isset($error)): ?>
<div class="alert alert-error">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×
</button>
<?php echo e($error); ?>
</div>
<?php endif; ?>
<?php if(count($errors) > 0): ?>
<div class="alert alert-danger">
<ul>
<?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li><?php echo e($error); ?></li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
<?php endif; ?>
<!-- end old notification error -->
<?php echo $__env->yieldContent('content'); ?>
</section>
<!-- /.content -->
<!-- Footer -->
<div class="footer text-muted">
Copyright © <?php echo e(date("Y")); ?> by <!-- <a
href="<?php echo e(\App\Models\Setting::where('setting_key','company_website')->first()->setting_value); ?>"
target="_blank"><?php echo e(\App\Models\Setting::where('setting_key','company_name')->first()->setting_value); ?></a> -->
<a href="#">loan</a>
</div>
<!-- /footer -->
</div>
</div>
<!-- /content area -->
</div>
<!-- /page content -->
</div>
<!-- /page container -->
<script src="<?php echo e(asset('assets/plugins/sweetalert2/sweetalert2.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/plugins/bootstrap-confirmation/bootstrap-confirmation.min.js')); ?>"
type="text/javascript"></script>
<script src="<?php echo e(asset('assets/plugins/jquery-validation/jquery.validate.min.js')); ?>"
type="text/javascript"></script>
<script src="<?php echo e(asset('assets/plugins/jquery-validation/additional-methods.min.js')); ?>"
type="text/javascript"></script>
<script>
jQuery.validator.setDefaults({
// Different components require proper error label placement
ignore: 'input[type=hidden], .select2-search__field', // ignore hidden fields
errorClass: 'validation-error-label',
successClass: 'validation-valid-label',
highlight: function (element, errorClass) {
$(element).removeClass(errorClass);
},
unhighlight: function (element, errorClass) {
$(element).removeClass(errorClass);
},
errorPlacement: function (error, element) {
// Styled checkboxes, radios, bootstrap switch
if (element.parents('div').hasClass("checker") || element.parents('div').hasClass("choice") || element.parent().hasClass('bootstrap-switch-container')) {
if (element.parents('label').hasClass('checkbox-inline') || element.parents('label').hasClass('radio-inline')) {
error.appendTo(element.parent().parent().parent().parent());
} else {
error.appendTo(element.parent().parent().parent().parent().parent());
}
}
// Unstyled checkboxes, radios
else if (element.parents('div').hasClass('checkbox') || element.parents('div').hasClass('radio')) {
error.appendTo(element.parent().parent().parent());
}
// Input with icons and Select2
else if (element.parents('div').hasClass('has-feedback') || element.hasClass('select2-hidden-accessible')) {
error.appendTo(element.parent());
}
// Inline checkboxes, radios
else if (element.parents('label').hasClass('checkbox-inline') || element.parents('label').hasClass('radio-inline')) {
error.appendTo(element.parent().parent());
}
// Input group, styled file input
else if (element.parent().hasClass('uploader') || element.parents().hasClass('input-group')) {
error.appendTo(element.parent().parent());
} else {
error.insertAfter(element);
}
}
});
</script>
<script src="<?php echo e(asset('assets/plugins/moment/js/moment.min.js')); ?>"
type="text/javascript"></script>
<script src="<?php echo e(asset('assets/plugins/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js')); ?>"
type="text/javascript"></script>
<script src="<?php echo e(asset('assets/plugins/bootstrap-touchspin/bootstrap.touchspin.min.js')); ?>"
type="text/javascript"></script>
<script src="<?php echo e(asset('assets/plugins/tinymce/tinymce.min.js')); ?>"
type="text/javascript"></script>
<script src="<?php echo e(asset('assets/plugins/fancybox/jquery.fancybox.js')); ?>"
type="text/javascript"></script>
<script src="<?php echo e(asset('assets/plugins/jquery.numeric.js')); ?>"></script>
<script src="<?php echo e(asset('assets/themes/limitless/js/plugins/loaders/pace.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/themes/limitless/js/plugins/loaders/blockui.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/themes/limitless/js/core/app.js')); ?>"></script>
<script src="<?php echo e(asset('assets/themes/limitless/js/plugins/ui/ripple.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/themes/limitless/js/plugins/forms/styling/uniform.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/plugins/select2/select2.min.js')); ?>"></script>
<!-- SlimScroll 1.3.0 -->
<script src="<?php echo e(asset('assets/themes/limitless/js/plugins/tables/datatables/datatables.min.js')); ?>"></script>
<script src="<?php echo e(asset('js/pagination.js')); ?>"></script>
<?php echo $__env->yieldContent('footer-scripts'); ?>
<!-- ChartJS 1.0.1 -->
<script src="<?php echo e(asset('assets/themes/limitless/js/custom.js')); ?>"></script>
</body>
</html>
<?php /**PATH /var/www/html/thb_loan_system/resources/views/layouts/master.blade.php ENDPATH**/ ?>