<?php
$DB_PLUGIN_NEWS = getenvcong('p-buzzynews');
$DB_PLUGIN_LISTS = getenvcong('p-buzzylists');
$DB_PLUGIN_POLLS =getenvcong('p-buzzypolls');
$DB_PLUGIN_VIDEOS = getenvcong('p-buzzyvideos');
$DB_PLUGIN_QUIZS= getenvcong('p-buzzyquizzes');
$DB_PLUGIN_QUIZS=\App::getLocale();
?>

<?php $__env->startSection('content'); ?>
    <div class="content" >
        <div class="container" style="padding:150px 0 350px 0;text-align: center">
            <img src="<?php echo e(asset('/assets/img/404.png')); ?>">
            <div class="clear"></div>
            <a href="/"  style="margin-top:50px" class="button button-big button-orange">Go Back Home</a>
        </div>
    </div>
<?php $__env->stopSection(); ?>

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