 <?php $__env->startSection('content'); ?> <div id="siteContent" class="site-content"> <div class="container my-24"> <div class="container-404-page text-center"> <h2 class="title-404-page">Truy cập của bạn có thể bị lỗi hoặc không tìm thấy nội dung</h2> <div class="action-404-page"><a href="<?php echo e(url('/')); ?>" class="btn ht-btn-primary px-24">Quay lại trang chủ</a></div> </div> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend3', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>