| 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/thammyviendd.com/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<!-- Section: page title -->
<?php $__currentLoopData = $post_by_id; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $p): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<section class="page-title layer-overlay overlay-dark-9 section-typo-light bg-img-center" data-tm-bg-img="<?php echo e(url('/public/uploads/post/'.$p->post_image)); ?>">
<div class="container pt-50 pb-50">
<div class="section-content">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="title">Bài Viết</h2>
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumbs">
<div class="breadcrumbs">
<span><a href="/">Trang Chủ</a></span>
<span><i class="fa fa-angle-right"></i></span>
<span><a href="<?php echo e(url('/bai-viet/'.$p->post_slug)); ?>"><?php echo e($p->post_title); ?></a></span>
<span><i class="fa fa-angle-right"></i></span>
</div>
</nav>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</section>
<!-- Section: Blog -->
<section>
<div class="container mt-30 mb-30 pt-30 pb-30">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-10 mx-auto">
<?php $__currentLoopData = $post_by_id; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $p): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="blog-posts single-post">
<article class="post clearfix mb-0">
<div class="entry-header mb-30">
<!-- <div class="post-thumb thumb"> <img src="<?php echo e(url('/public/uploads/post/'.$p->post_image)); ?>" alt="" class="img-responsive img-fullwidth"> </div> -->
<h2><a href="<?php echo e(url('/bai-viet/'.$p->post_slug)); ?>"><?php echo e($p->post_title); ?></a></h2>
<div class="entry-meta mt-0">
<span class="mb-10 text-gray-darkgray mr-10 font-size-13"><i class="far fa-calendar-alt mr-10 text-theme-colored"></i> <?php echo e($p->created_at); ?></span>
</div>
</div>
</div>
<div class="entry-content">
<p><?php echo $p->post_content; ?></p>
</div>
</article>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div>
</section>
<!-- end main-content -->
<!-- MAIN -->
<!--================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>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/thammyviendd.com/resources/views/pages/baiviet/baiviet.blade.php ENDPATH**/ ?>