<!DOCTYPE html>
<html lang="en">
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title><?php echo $__env->yieldContent('title'); ?> | Meridian Security</title>

        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css">
        <link rel="stylesheet" type="text/css" href="/css/style.css">

        <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
        <?php echo $__env->yieldContent('scripts'); ?>;
    </head>
    <body>
        <div class="container-fluid" >
            <div>
                <?php echo $__env->yieldContent('content'); ?>
            </div>
        </div>
        <footer class="container-fluid">
            <div class="row text-center">
                <?php echo nl2br(Option::getValue('footer_text')); ?>

            </div>
        </footer>
    </body>
</html>
