| 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/huyhoangvn.com/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<!-- Start main-content -->
<div class="main-content-area">
<!-- Section: page title -->
<section class="page-title layer-overlay overlay-dark-9 section-typo-light bg-img-center"
<?php $__currentLoopData = $category_name; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=> $cate_title): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
data-tm-bg-img="images/bg/bg1.jpg">
<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="/" rel="home">Trang chủ </a></span>
<span><i class="fa fa-angle-right"></i></span>
<span><a href=""><?php echo e($cate_title->categorypost_name); ?></a></span>
<span><i class="fa fa-angle-right"></i></span>
</div>
</nav>
</div>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</section>
<section>
<div class="container">
<div class="row">
<?php $__currentLoopData = $post_cate; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-md-6 col-lg-6 col-xl-4">
<div class="tm-sc-blog blog-style-default mb-lg-30">
<article class="post type-post status-publish format-standard has-post-thumbnail">
<div class="entry-header">
<div class="post-thumb lightgallery-lightbox">
<div class="post-thumb-inner">
<div class="thumb"> <img src="<?php echo e(URL::to('public/uploads/post/'.$post->post_image)); ?>"alt="Image"/></div>
</div>
</div>
<a class="link" href="<?php echo e(URL::to('/bai-viet', $post->post_slug)); ?>"><i class="fa fa-link"></i></a>
</div>
<div class="entry-content">
<h5 class="entry-title"><a href="<?php echo e(URL::to('/bai-viet', $post->post_slug)); ?>" rel="bookmark"><?php echo e($post->post_title); ?></a></h5>
<div class="entry-meta mt-0 mb-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($post->created_at); ?></span>
<span class="mb-10 text-gray-darkgray mr-10 font-size-13"><i class="far fa-comments mr-10 text-theme-colored"></i> </span>
</div>
<div class="post-excerpt">
<div class="postshort"><?php echo $post->post_desc; ?></div>
</div>
<div class="post-btn-readmore"> <a href="<?php echo e(URL::to('/bai-viet', $post->post_slug)); ?>" class="btn btn-plain-text-with-arrow"> Xem thêm </a></div>
<div class="clearfix"></div>
</div>
</article>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</section>
</div>
<!-- end main-content -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/huyhoangvn.com/resources/views/pages/baiviet/danhmucbaiviet.blade.php ENDPATH**/ ?>