<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">

        <title>
        <?php $__env->startSection('title'); ?>
            <?php echo isset($title) ? $title : ''; ?>

        <?php echo $__env->yieldSection(); ?>
        </title>

        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />

    </head>
    <body class="<?php echo isset($body_class) ? $body_class : ''; ?>">

    <?php echo $__env->make('clumsy::templates.alert', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

    <?php if(Clumsy\CMS\Facades\Overseer::check()): ?>

        <?php echo $__env->make($navbar_wrapper, array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

    <?php endif; ?>