<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>
<?php echo e(Settings('site_title') ? Settings('site_title') : 'Infix LMS'); ?>
</title>
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="<?php echo e(Settings('site_name')); ?>">
<meta itemprop="description" content="<?php echo e(Settings('meta_description')); ?>">
<meta itemprop="image" content="<?php echo e(asset(Settings('logo') )); ?>">
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>" />
<!-- Facebook Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:title" content="<?php echo e(Settings('site_title')); ?>">
<meta property="og:description" content="<?php echo e(Settings('meta_description')); ?>">
<meta property="og:image" content="<?php echo e(asset(Settings('logo') )); ?>"/>
<meta property="og:image:type" content="image/png"/>
<link rel="shortcut icon" type="image/x-icon" href="<?php echo e(getCourseImage(Settings('favicon') )); ?>">
<?php if (isset($component)) { $__componentOriginala67d418518b630fe5034b23b29df155692a4e945 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\FrontendDynamicStyleColor::class, []); ?>
<?php $component->withName('frontend-dynamic-style-color'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php if (isset($__componentOriginala67d418518b630fe5034b23b29df155692a4e945)): ?>
<?php $component = $__componentOriginala67d418518b630fe5034b23b29df155692a4e945; ?>
<?php unset($__componentOriginala67d418518b630fe5034b23b29df155692a4e945); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<link rel="stylesheet" href="<?php echo e(asset('public/frontend/infixlmstheme')); ?>/css/fluidplayer.min.css">
<link rel="stylesheet" href="<?php echo e(asset('public/css/preloader.css')); ?>"/>
<link rel="stylesheet" href="<?php echo e(asset('public/frontend/infixlmstheme')); ?>/css/app.css">
<link rel="stylesheet" href="<?php echo e(asset('public/frontend/infixlmstheme')); ?>/css/frontend_style.css">
<link rel="stylesheet" href="<?php echo e(asset('public/frontend/infixlmstheme')); ?>/css/fontawesome.css ">
<link rel="stylesheet" href="<?php echo e(asset('public/backend/css/themify-icons.css')); ?>"/>
<script src="<?php echo e(asset('public/js/common.js')); ?>"></script>
<?php echo $__env->yieldContent('css'); ?>
<script>
$(document).on("click",".play_toggle_btn",function() {
$('.courseListPlayer').toggleClass("active");
$('.course_fullview_wrapper').toggleClass("active");
});
</script>
</head>
<body>
<?php echo $__env->make('preloader', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<script src="<?php echo e(asset('public/frontend/infixlmstheme')); ?>/js/fluidplayer.min.js"></script>
<input type="hidden" name="base_url" class="base_url" value="<?php echo e(url('/')); ?>">
<input type="hidden" name="csrf_token" class="csrf_token" value="<?php echo e(csrf_token()); ?>">
<?php echo $__env->yieldContent('mainContent'); ?>
<!-- FOOTER::END -->
<!-- shoping_cart::start -->
<div class="shoping_wrapper">
<div class="dark_overlay"></div>
<div class="shoping_cart">
<div class="shoping_cart_inner">
<div class="cart_header d-flex justify-content-between">
<h4><?php echo e(__('frontend.Shoping Cart')); ?></h4>
<div class="chart_close">
<i class="ti-close"></i>
</div>
</div>
<div id="cartView">
<div class="single_cart">
<h4><?php echo e(__('frontend.No Item into cart')); ?></h4>
</div>
</div>
</div>
<div class="view_checkout_btn d-flex justify-content-end " style="display: none!important;">
<a href="<?php echo e(url('my-cart')); ?>" class="theme_btn small_btn3 mr_10"><?php echo e(__('frontend.View cart')); ?></a>
<a href="<?php echo e(route('CheckOut')); ?>" class="theme_btn small_btn3"><?php echo e(__('frontend.Checkout')); ?></a>
</div>
</div>
</div>
<!-- UP_ICON -->
<div id="back-top" style="display: none;">
<a title="Go to Top" href="#">
<i class="fa fa-angle-up"></i>
</a>
</div>
<?php if(auth()->guard()->check()): ?>
<?php if(Settings('device_limit_time')!=0): ?>
<?php if(\Illuminate\Support\Facades\Auth::user()->role_id==3): ?>
<script>
function update() {
$.ajax({
type: 'GET',
url: "<?php echo e(url('/')); ?>" + "/update-activity",
success: function (data) {
}
});
}
var intervel = "<?php echo e(Settings('device_limit_time')); ?>"
var time = (intervel * 60) - 20;
setInterval(function () {
update();
}, time * 1000);
</script>
<?php endif; ?>
<?php endif; ?>
<?php endif; ?>
<script>
setTimeout(function () {
$('.preloader').fadeOut('slow', function () {
$(this).remove();
});
}, 0);
</script>
<?php echo Toastr::message(); ?>
<?php echo $__env->yieldPushContent('js'); ?>
</body>
</html>
<?php /**PATH /home/bouloter/infix/resources/views/frontend/infixlmstheme/layouts/full_screen_master.blade.php ENDPATH**/ ?>