| Server IP : 103.161.17.216 / Your IP : 216.73.216.1 Web Server : nginx/1.18.0 System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/emwin.vn/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<!-- MAIN -->
<section class="banner_area">
<div class="container">
<?php $__currentLoopData = $post_by_id; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $p): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="banner_inner_content">
<h3>BÀI VIẾT </h3>
<ul>
<li class="active"><a href="/">Trang Chủ</a></li>
<li><a href="<?php echo e(url('/bai-viet/'.$p->post_slug)); ?>"><?php echo e($p->post_title); ?></a></li>
</ul>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</section>
<!--================Blog Details Area =================-->
<section class="blog_details_area">
<div class="container">
<div class="row">
<div class="col-md-12 pull-right">
<?php $__currentLoopData = $post_by_id; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $p): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="blog_details_inner">
<div class="blog_item">
<div class="main_big_title">
<h2> <a href="<?php echo e(url('/bai-viet/'.$p->post_slug)); ?>"><?php echo e($p->post_title); ?></a></h2>
<p><?php echo $p->post_content; ?></p>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div>
</section>
<!--================End Bolg Details Area =================-->
<section class="special_dish_area">
<div class="container">
<div class="special_dish_inner_area">
<div class="main_big_title">
<h2>Tin <span>Liên Quan</span></h2>
<p>các bài viết liên có nội dung tương tự với nội dung trên </p>
</div>
<div class="row special_dish_inner">
<?php $__currentLoopData = $related; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $post_relate): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-md-3 col-xs-6">
<div class="special_dish_item">
<div class="dish_img">
<a href="<?php echo e(url('/bai-viet/'.$post_relate->post_slug)); ?>">
<img src="<?php echo e(URL::to('public/uploads/post/'.$post_relate->post_image)); ?>" alt="Blog">
</a>
</div>
<a href="<?php echo e(url('/bai-viet/'.$post_relate->post_slug)); ?>"><h4><?php echo e($post_relate->post_title); ?></h4></a>
<p><?php echo $post_relate->post_desc; ?></p>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</section>
<main class="site-main">
<div class="columns container">
<!-- Block Breadcrumb-->
<!-- Main Content -->
<!-- Related Posts -->
<div class="single-box">
<h2>Tin liên quan </h2>
<ul class="related-posts owl-carousel" data-dots="false" data-loop="true" data-nav = "true" data-margin = "30" data-autoplayTimeout="1000" data-autoplayHoverPause = "true" data-responsive='{"0":{"items":1},"600":{"items":2},"1000":{"items":3}}'>
<?php $__currentLoopData = $related; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $post_relate): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li class="post-item">
<article class="entry">
<div class="entry-thumb image-hover2">
<a href="<?php echo e(url('/bai-viet/'.$post_relate->post_slug)); ?>">
<img src="<?php echo e(URL::to('public/uploads/post/'.$post_relate->post_image)); ?>" alt="Blog">
</a>
</div>
<div class="entry-ci">
<h3 class="entry-title"><a href="<?php echo e(url('/bai-viet/'.$post_relate->post_slug)); ?>"><?php echo e($post_relate->post_title); ?></a></h3>
<div class="entry-meta-data">
<span class="comment-count">
<i class="fa fa-eye"></i> Đã xem:<?php echo e($post_relate->post_views); ?>
</span>
<span class="date">
<i class="fa fa-calendar"></i> <?php echo e($post_relate->created_at); ?>
</span>
</div>
<div class="entry-more">
<a href="<?php echo e(url('/bai-viet/'.$post_relate->post_slug)); ?>">Xem thêm</a>
</div>
</div>
</article>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
</div><!-- Main Content -->
</main><!-- end MAIN -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/noithattinnguyen.vn/resources/views/pages/baiviet/baiviet.blade.php ENDPATH**/ ?>