File: D:/HostingSpaces/SBogers85/equichecker.com/storage/framework/views/e89d2c7f300a790d1d9241c68eb63f28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TN5TMM8');</script>
<!-- End Google Tag Manager -->
<title>
<?php $__env->startSection('title'); ?>
<?php echo Config::get('kms.site.title'); ?>
<?php echo $__env->yieldSection(); ?>
</title>
<?php
$link = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
if (strpos($link,'komma.pro') !== false) {
echo '<meta name="Robots" content="noindex">';
}
?>
<meta name="description" content="<?php echo $__env->yieldContent('meta-description'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="base_url" content="<?php echo URL::to('/'); ?>">
<?php $__env->startSection('styles'); ?>
<?php echo HTML::style( asset('/css/equichecker.css') ); ?>
<?php echo $__env->yieldSection(); ?>
<?php echo $__env->yieldContent('head-scripts'); ?>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TN5TMM8"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="vertical-center">
<div class="container">
<div class="logo">
<a href="/">
<div class="logo-image"><?php echo HTML::image('/images/equichecker/logo_equichecker.svg','Equichecker - Dale International' ); ?></div>
</a>
</div>
<div class="seperator"></div>
<?php if(isset($message) && $message->status): ?>
<div class="message-container">
<div class="message active message-<?php echo e($message->type); ?>">
<p><?php echo app('translator')->get('messages.message-'.$message->type); ?></p>
</div>
</div>
<?php endif; ?>
<?php echo $__env->yieldContent('body'); ?>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo e(URL::asset('js/equichecker.js')); ?>"></script>
<?php echo $__env->yieldContent('extra-scripts'); ?>
</body>
</html>