<?php $__env->startSection('footer_js'); ?>
    <script type="text/javascript">
        $(document).ready(function () {
            $('#fixed-collapse-navbar li').removeClass('active');
        });
    </script>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>

    <section class="inner_body_content">
        <div class="container">
            <div class="row" align="center">
                <h2>Oops! Looks like you clicked or you were redirected to a broken link.</h2>
                <h3>Click <a href="<?php echo e(route('home')); ?>">here</a> to visit home page.</h3>
            </div>
            <!--inner content end-->
        </div>
        </div>
    </section> <!--body content end-->

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