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

<section class="content">

    <div class="row">

        <div class="col-md-12" style="text-align:center; margin:100px 0">

            <img src="<?php echo e(asset('assets/img/404.png')); ?>" width="30%"/>

        </div>

    </div>

</section>

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