<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php echo e(CNF_APPNAME); ?></title>
<link rel="shortcut icon" href="<?php echo e(asset('favicon.ico')); ?>" type="image/x-icon">

		<link href="<?php echo e(asset('abserve/js/plugins/bootstrap/css/bootstrap.css')); ?>" rel="stylesheet"> 
		<link href="<?php echo e(asset('abserve/themes/abserve/css/abserve.css')); ?>" rel="stylesheet">
		<link href="<?php echo e(asset('abserve/css/animate.css')); ?>" rel="stylesheet">
		<link href="<?php echo e(asset('abserve/css/icons.min.css')); ?>" rel="stylesheet">
		<link href="<?php echo e(asset('abserve/fonts/awesome/css/font-awesome.min.css')); ?>" rel="stylesheet">
		 <script src="//use.edgefonts.net/source-sans-pro.js"></script>

		<script type="text/javascript" src="<?php echo e(asset('abserve/js/plugins/jquery.min.js')); ?>"></script>
		<script type="text/javascript" src="<?php echo e(asset('abserve/js/plugins/parsley.js')); ?>"></script>			
		<script type="text/javascript" src="<?php echo e(asset('abserve/js/plugins/bootstrap/js/bootstrap.js')); ?>"></script>	

		<!--[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.4.2/respond.min.js"></script>
		<![endif]-->	

		
	
  	</head>
<body >
<div class="register_log">
<div class="register_log_bg"></div>
            <?php echo $__env->yieldContent('content'); ?>	
</div>
</body> 
</html>