403Webshell
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/dr.dinhphuongdong.com/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/dr.dinhphuongdong.com/storage/framework/views/d9b037353754958b1cae57946ac075cafbc35f0e.php
<?php $__env->startSection('content'); ?>


  <!-- Start main-content -->
  <div class="main-content-area">
    <!-- Section: Home -->
    <section class="parallax" data-tm-bg-img="<?php echo e(asset('public/frontend/images/bg/bg1.jpg')); ?>">
      <div class="container">
        <div class="section-content">
          <div class="row">
            <div class="col-md-4">
              <div class="p-30 bg-theme-colored1">
                <h4 class="text-white">Make an appointment</h4>
        <?php
    $message = Session::get('message');if ($message) {
        echo '<span class="text-white" >',$message,'</span>';
        Session::put('message',null);
            // code...
        }
        // code...?>
                <!-- Contact Form -->
                <form role="form" id="spForm" action="<?php echo e(URL::to('/save-datlich')); ?>" method="post" enctype="multipart/form-data">
                  <?php echo e(csrf_field()); ?>

                  <div class="form-row">
                    <div class="col-sm-6">
                      <div class="form-group">
                        <input name="datlich_name" class="form-control" type="text" placeholder="Enter Name"minlength="3" required >
                      </div>
                    </div>
                    <div class="col-sm-6">
                      <div class="form-group">
                       <input name="datlich_phone" class="form-control" type="text" placeholder="Enter Phone" required>
                      </div>
                    </div>
                  </div>
                  <div class="form-group">
                    <textarea name="datlich_notes" class="form-control required" rows="5" placeholder="Enter Message" minlength="5" required></textarea>
                  </div>
                  <div class="form-group">
                    <input name="form_botcheck" class="form-control" type="hidden" value="" />
                    <!--recaptcha  -->
              <div class="g-recaptcha" data-sitekey="<?php echo e(env('CAPTCHA_KEY')); ?>"></div>
              <br/>
                <?php if($errors->has('g-recaptcha-response')): ?>
                  <span class="invalid-feedback" style="display:block">
                <strong><?php echo e($errors->first('g-recaptcha-response')); ?></strong>
                </span>
                <?php endif; ?>
                    <button type="submit" class="btn btn-flat btn-theme-colored2 text-uppercase mb-sm-30 border-left-theme-color-2-4px" data-loading-text="Please wait...">Gởi</button>
                    <button type="reset" class="btn btn-flat btn-theme-colored3 text-uppercase mb-sm-30 border-left-theme-color-2-4px">Reset</button>
                  </div>
                </form>

                <!-- Contact Form Validation-->
                
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>


   <section id="about">
      <div class="container pb-0 pb-lg-90">
        <div class="section-content">
          <div class="row">
            <div class="mb-md-30 col-sm-12 col-lg-4 col-md-6">
              <div class="tm-element-holder tm-fullwidth open-hours p-30 border-10px">
                <div class="tm-element-holder-wrapper">
                  <div class="tm-element-holder-content">
                    <h5 class="mt-0"><i class="fa fa-clock-o text-theme-colored"></i> Business hours</h5>
                    <ul class="tm-sc-opening-hours tm-sc-opening-hours-compressed opening-hours border-light">
                      <li class="clearfix">
                        <span>Monday - Saturday: </span>
                        <div class="value">8.00 am - 10.00 pm</div>
                      </li>
                      
                      <li class="clearfix">
                        <span>Sunday : </span>
                        <div class="value">Close </div>
                      </li>
                    </ul>
                    <h5><i class="fa fa-pencil-square-o text-theme-colored"></i> Do you need advice </h5>
                    <p>Please call Hotline +84 966 909 409 we are always ready to serve you</p>
                    <div class="tm-sc-button"> <a href="https://thammyviendd.com/lien-he/" target="_self" class="btn btn-theme-colored1 btn-sm"> Contact us  </a></div>
                  </div>
                </div>
              </div>
            </div>
            <div class="mb-md-30 col-sm-12 col-lg-4 col-md-6">
              <!-- <h4 class="text-gray mt-0">VỀ CHÚNG </h4> -->
              <?php $__currentLoopData = $all_post; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> 
              <?php if($post->post_id==1): ?>
              <h2><?php echo e($post->post_title); ?></h2>
              <span><?php echo $post->post_desc; ?></span>
              
              <div class="tm-sc-button mt-20"> <a href="<?php echo e(URL::to('/bai-viet/'.$post->post_slug)); ?>" target="_self" class="btn btn-theme-colored1 btn-sm"> View more </a></div>
              <?php endif; ?>
              <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </div>
            <div class="col-sm-12 col-lg-4 hidden-md-down">
              <img width="100%" height="100%" src="<?php echo e(url('/public/uploads/post/'.$post->post_image)); ?>" class="attachment-large" alt=""/>
            </div>
          </div>
        </div>
      </div>
    </section>
 <!-- end: About -->

    <!-- Section: Service -->
    <section class="bg-white-f5">
      <div class="container">
        <div class="section-title">
          <div class="row justify-content-md-center">
            <div class="col-md-8">
              <div class="text-center mb-60">
                <div class="tm-sc-section-title section-title section-title-style1 text-center">
                  <div class="title-wrapper">
                    <h2 class="title icon-bottom"> <span class="">Cosmetic Surgery </span> <span class="text-theme-colored1">Services</span></h2>
                    <div class="title-seperator-line"></div>
                    <div class="paragraph">
                    <p>Consulting and beauty services at D&D Beauty Institute  </p>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="section-content">
          <div class="row">


            <?php $__currentLoopData = $categorypost; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $cate1): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
             <?php if($cate1->cate_post_id== 6 or $cate1->cate_post_id== 10): ?>
                     
            <div class="col-md-6 col-lg-6 col-xl-4">
              <div class="tm-sc-icon-box icon-box icon-top tm-iconbox-icontype-font-icon text-left iconbox-centered-in-responsive iconbox-theme-colored1 icon-position-icon-top border-10px p-30 mb-30">
                <div class="icon-box-wrapper">
                  <div class="icon-wrapper">
                    <a class="icon icon-type-font-icon icon-gray"><img  src="<?php echo e(url('/public/uploads/post/'.$cate1->categorypost_image)); ?>" alt="Logo"></a>
                  </div>
                  <div class="icon-text">
                    <h4 class="icon-box-title"><a href="<?php echo e(URL::to('/danh-muc-bai-viet/'.$cate1->categorypost_slug)); ?>"><?php echo e($cate1->categorypost_name); ?></a></h4>
                    <div class="content">
                      <p><?php echo e($cate1->categorypost_desc); ?></p>
                    </div>
                    <div class="btn-view-details">
                      <a target="_self" href="<?php echo e(URL::to('/danh-muc-bai-viet/'.$cate1->categorypost_slug)); ?>" class="btn btn-plain-text-with-arrow btn-sm">Watch now </a>
                    </div>
                  </div>
                  <div class="clearfix"></div>
                </div>
              </div>
            </div>
           <?php endif; ?>
          <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
          </div>
        </div>
      </div>
    </section>


    <!-- Section: Team -->
    <section class="bg-white-f5">
      <div class="container">
        <div class="section-title">
          <div class="row justify-content-md-center">
            <div class="col-md-8">
              <div class="text-center mb-60">
                <div class="tm-sc-section-title section-title section-title-style1 text-center">
                  <div class="title-wrapper">

                    <h2 class="title icon-bottom"> <span class="">Our </span> <span class="text-theme-colored1">Doctor</span></h2>
                    <div class="title-seperator-line"></div>
                    <div class="paragraph">
                    <p>A team of doctors with 22 years of experience in the beauty field</p>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        

        <div class="section-content">
          <div class="row">        
          <?php $__currentLoopData = $all_post; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $postbs): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> 
          <?php if($postbs->categorypost_id==65): ?>  
            <div class="col-md-6 col-lg-6 col-xl-4 mb-lg-30">            
             <div class="tm-sc-staff tm-sc-staff-grid staff-style1-simple">
                <div class="isotope-item">
                  <div class="tm-staff">
                    <div class="staff-inner">
                        <div class="box-hover-effect">
                          <div class="staff-header effect-wrapper">
                            <div class="thumb">
                              <img src="<?php echo e(url('/public/uploads/post/'.$postbs->post_image)); ?>" class="img-fullwidth" alt=""/>
                            </div>
                            <div class="overlay-shade shade-white"></div>
                            <div class="icons-holder icons-holder-middle staff-social-links">
                              <div class="icons-holder-inner">
                                <ul class="styled-icons icon-dark icon-theme-colored1 icon-circled icon-sm">
                                  <li><a class="styled-icons-item" target="_blank" href="#"><i class="fab fa-facebook"></i></a></li>
                                  <li><a class="styled-icons-item" target="_blank" href="#"><i class="fab fa-instagram"></i></a></li>
                                  <li><a class="styled-icons-item" target="_blank" href="#"><i class="fab fa-linkedin"></i></a></li>
                                  <li><a class="styled-icons-item" target="_blank" href="#"><i class="fab fa-skype"></i></a></li>
                                </ul>
                              </div>
                            </div>
                          </div>
                          <div class="staff-content">
                          <li>

                            <h5 class="name"><a href="<?php echo e(URL::to('/bai-viet/'.$postbs->post_slug)); ?>"><?php echo e($postbs->post_title); ?></a></h5>
                            <div class="speciality"><?php echo $postbs->post_desc; ?></div>
                            <div class="short-bio">
                                                     
                             </div>
                            <ul class="contact-info">
                            </ul>
                            <div class="staff-btn">
                              <div class="btn-view-details">
                                <a href="<?php echo e(URL::to('/bai-viet/'.$postbs->post_slug)); ?>" class="btn - btn-theme-colored1 - btn-sm - btn-flat"> See details</a>
                              </div>
                              <div class="clearfix"></div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>  
                   
              </div>
            </div>
         
         <?php endif; ?>
          <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
          </div>
        </div>
        </div>
        </div>
      </div> 
    </section>
    <!-- Section: END Team -->




    <!-- End Divider -->
     
    <!-- Section: Testimonial -->
    <section class="" data-tm-bg-img="<?php echo e(URL::to('public/frontend/images/pattern/p4.pn')); ?>g">
      <div class="container pt-90 pb-90">
        <div class="section-content">
          <div class="row justify-content-md-center">
            <div class="col-md-10">
              <div class="tm-sc-testimonials tm-sc-testimonials-carousel testimonial-style2-centered-aligned owl-dots-light-skin owl-dots-center testimonial-has-quote-icon mt-80 mt-md-30">
                <div id="testimonials-holder-849581" class="owl-carousel owl-theme tm-owl-carousel-1col" data-dots="true" data-autoplay="true" data-loop="true">


                  <?php $__currentLoopData = $all_post; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $postkh): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> 
                  <?php if($postkh->categorypost_id==46): ?>

                  <div class="tm-carousel-item">
                    <div class="tm-testimonial testimonials type-testimonials status-publish has-post-thumbnail hentry">
                      <div class="testimonial-inner">
                        <div class="testimonial-text-holder">
                          <div class="author-text">
                             <?php echo $postkh->post_content; ?>  
                          </div>
                          <div class="star-rating"> <span data-tm-width="90%"></span></div>
                        </div>
                        <div class="testimonial-author-details">
                          <div class="testimonial-image-holder">
                            <div class="author-thumb">
                              <img src="<?php echo e(url('/public/uploads/post/'.$postkh->post_image)); ?>" class="img-thumbnail rounded-circle" alt=""/>
                            </div>
                          </div>
                          <div class="testimonial-author-info-holder">
                            <h5 class="name"><?php echo $postkh->post_title; ?> </h5>
                            <span class="job-position"><?php echo $postkh->post_desc; ?> </span>
                           <!-- <a class="company-url" href="#"><?php echo $postkh->post_meta_desc; ?> </a>-->
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
             
                  <?php endif; ?>
                  <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>


                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    
    <!-- End Divider -->


<script type="text/javascript">
        $(document).ready(function(){
            $('.add-to-cart').click(function(){
                var id = $(this).data('id_product');
                var cart_product_id = $('.cart_product_id_' + id).val();
                var cart_product_name = $('.cart_product_name_' + id).val();
                var cart_product_desc = $('.cart_product_desc_' + id).val();
                var cart_product_image = $('.cart_product_image_' + id).val();
                var cart_product_price = $('.cart_product_price_' + id).val();
                var cart_product_qty = $('.cart_product_qty_' + id).val();
                var cart_product_sku = $('.cart_product_sku_' + id).val();
                //var _token = $('input[name="_token"]').val();
                //alert(cart_product_name);
                $.ajax({
                url: '<?php echo e(url('/add-cart-ajax')); ?>',
                  method: 'POST',

                  headers:{
          'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
      },
                data:{cart_product_id:cart_product_id,cart_product_name:cart_product_name,cart_product_desc:cart_product_desc,cart_product_image:cart_product_image,cart_product_price:cart_product_price,cart_product_qty:cart_product_qty,cart_product_sku:cart_product_sku},
                 success:function(data){

                        swal({
                                title: "Đã thêm sản phẩm vào giỏ hàng",
                                text: "Bạn tiếp tục mua hàng hoặc tới giỏ hàng để thanh toán",
                                showCancelButton: true,
                                cancelButtonText: "Chọn mua tiếp",
                                confirmButtonClass: "btn-success",
                                confirmButtonText: "Đến giỏ hàng",
                                closeOnConfirm: false

                            },

                            function() {
                                window.location.href = "<?php echo e(url('/gio-hang')); ?>";

                            });


                    }


                });

                 setTimeout(function(){ location.reload() }, 5000);
             });

        });
 </script>

    </section>

 <!-- end san pham  -->


    <!-- Our Gallery -->
    <section>
      <div class="container pb-70">
        <div class="section-title">
          <div class="row justify-content-md-center">
            <div class="col-md-8">
              <div class="text-center mb-60">
                <div class="tm-sc-section-title section-title section-title-style1 text-center">
                  <div class="title-wrapper">
                    <h2 class="title icon-bottom"> <span class="">Customer  </span> <span class="text-theme-colored1">Images </span></h2>
                    <div class="title-seperator-line"></div>
                    <div class="paragraph">
                      <p>Photos of customers who have used services at D&D Beauty Institute</p>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="section-content">
          <div class="row">
            <div class="col-sm-12">
              <div class="tm-sc-gallery tm-sc-gallery-grid gallery-style1-current-theme">
                <!-- Isotope Filter -->
                <div class="isotope-layout-filter filter-style-3 text-center cat-filter-theme-colored1" data-link-with="gallery-holder-743344">
                  <a href="#" class="active" data-filter="*">All</a>
                  <a href="#catmat" class="" data-filter=".catmat"> Eye surgery </a>
                  <a href="#surgery" class="" data-filter=".mui">Nose surgery</a>
                  <a href="#breast" class="" data-filter=".breast">Breast augmentation </a>
                  <a href="#body" class="" data-filter=".body">Body Contouring Surgery</a>
                  <a href="#other" class="" data-filter=".other">Other services</a>
                </div>
                <!-- End Isotope Filter -->
                <!-- Isotope Gallery Grid -->
                <div id="gallery-holder-743344" class="isotope-layout grid-3 gutter-10 clearfix lightgallery-lightbox">
                  <div class="isotope-layout-inner">
                    <!-- the loop -->
                    <!-- Isotope Item Start -->
                    <?php $__currentLoopData = $all_post; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $postkhm): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> 
                    <?php if($postkhm->categorypost_id==62): ?>
                       
                    <div class="isotope-item catmat">
                      
                      <div class="isotope-item-inner">
                        <div class="tm-gallery">
                          <div class="tm-gallery-inner">
                            <div class="thumb">
                              <a href="#"><img src="<?php echo e(URL::to('public/uploads/post/'.$postkhm->post_image)); ?>" class="attachment-medium size-medium" alt=""/></a>
                            </div>
                            <div class="tm-gallery-content-wrapper">
                              <div class="tm-gallery-content">
                                <div class="tm-gallery-content-inner">
                                  <div class="icons-holder-inner">
                                    <div class="styled-icons icon-dark icon-circled icon-theme-colored1">
                                      <a class="lightgallery-trigger styled-icons-item" data-exthumbimage="images/gallery/1.jpg" data-src="images/gallery/1.jpg" title="Demo Gallery 12" href="images/gallery/1.jpg"><i class="fa fa-plus"></i></a>
                                      <a class="styled-icons-item" title="Demo Gallery 12" href="#"><i class="fa fa-link"></i></a>
                                    </div>
                                  </div>
                                  <div class="title-holder">
                                    <h5 class="title"><a href="#"></a></h5>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    
                    </div>
                      <?php endif; ?>
                     <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                     <?php $__currentLoopData = $all_post; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $postmui): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> 
                    <?php if($postmui->categorypost_id==61): ?>
                       
                    <div class="isotope-item mui">
                      
                      <div class="isotope-item-inner">
                        <div class="tm-gallery">
                          <div class="tm-gallery-inner">
                            <div class="thumb">
                              <a href="#"><img src="<?php echo e(URL::to('public/uploads/post/'.$postmui->post_image)); ?>" class="attachment-medium size-medium" alt=""/></a>
                            </div>
                            <div class="tm-gallery-content-wrapper">
                              <div class="tm-gallery-content">
                                <div class="tm-gallery-content-inner">
                                  <div class="icons-holder-inner">
                                    <div class="styled-icons icon-dark icon-circled icon-theme-colored1">
                                      <a class="lightgallery-trigger styled-icons-item" data-exthumbimage="images/gallery/1.jpg" data-src="images/gallery/1.jpg" title="Demo Gallery 12" href="images/gallery/1.jpg"><i class="fa fa-plus"></i></a>
                                      <a class="styled-icons-item" title="Demo Gallery 12" href="#"><i class="fa fa-link"></i></a>
                                    </div>
                                  </div>
                                  <div class="title-holder">
                                    <h5 class="title"><a href="#"></a></h5>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    
                    </div>
                      <?php endif; ?>
                     <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <!-- Isotope Item End -->



                    <?php $__currentLoopData = $all_post; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $postbreast): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> 
                    <?php if($postbreast->categorypost_id==58): ?>
                       
                    <div class="isotope-item breast">
                      
                      <div class="isotope-item-inner">
                        <div class="tm-gallery">
                          <div class="tm-gallery-inner">
                            <div class="thumb">
                              <a href="#"><img src="<?php echo e(URL::to('public/uploads/post/'.$postbreast->post_image)); ?>" class="attachment-medium size-medium" alt=""/></a>
                            </div>
                            <div class="tm-gallery-content-wrapper">
                              <div class="tm-gallery-content">
                                <div class="tm-gallery-content-inner">
                                  <div class="icons-holder-inner">
                                    <div class="styled-icons icon-dark icon-circled icon-theme-colored1">
                                      <a class="lightgallery-trigger styled-icons-item" data-exthumbimage="images/gallery/1.jpg" data-src="images/gallery/1.jpg" title="Demo Gallery 12" href="images/gallery/1.jpg"><i class="fa fa-plus"></i></a>
                                      <a class="styled-icons-item" title="Demo Gallery 12" href="#"><i class="fa fa-link"></i></a>
                                    </div>
                                  </div>
                                  <div class="title-holder">
                                    <h5 class="title"><a href="#"></a></h5>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    
                    </div>
                      <?php endif; ?>
                     <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <!-- Isotope Item End -->


              
                    <?php $__currentLoopData = $all_post; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $postbody): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> 
                    <?php if($postbody->categorypost_id==57): ?>
                       
                    <div class="isotope-item body">
                      
                      <div class="isotope-item-inner">
                        <div class="tm-gallery">
                          <div class="tm-gallery-inner">
                            <div class="thumb">
                              <a href="#"><img src="<?php echo e(URL::to('public/uploads/post/'.$postbody->post_image)); ?>" class="attachment-medium size-medium" alt=""/></a>
                            </div>
                            <div class="tm-gallery-content-wrapper">
                              <div class="tm-gallery-content">
                                <div class="tm-gallery-content-inner">
                                  <div class="icons-holder-inner">
                                    <div class="styled-icons icon-dark icon-circled icon-theme-colored1">
                                      <a class="lightgallery-trigger styled-icons-item" data-exthumbimage="images/gallery/1.jpg" data-src="images/gallery/1.jpg" title="Demo Gallery 12" href="images/gallery/1.jpg"><i class="fa fa-plus"></i></a>
                                      <a class="styled-icons-item" title="Demo Gallery 12" href="#"><i class="fa fa-link"></i></a>
                                    </div>
                                  </div>
                                  <div class="title-holder">
                                    <h5 class="title"><a href="#"></a></h5>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    
                    </div>
                      <?php endif; ?>
                     <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <!-- Isotope Item End -->       
                    

                     <?php $__currentLoopData = $all_post; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $postother): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> 
                    <?php if($postother->categorypost_id==67): ?>
                       
                    <div class="isotope-item other">
                      
                      <div class="isotope-item-inner">
                        <div class="tm-gallery">
                          <div class="tm-gallery-inner">
                            <div class="thumb">
                              <a href="#"><img src="<?php echo e(URL::to('public/uploads/post/'.$postother->post_image)); ?>" class="attachment-medium size-medium" alt=""/></a>
                            </div>
                            <div class="tm-gallery-content-wrapper">
                              <div class="tm-gallery-content">
                                <div class="tm-gallery-content-inner">
                                  <div class="icons-holder-inner">
                                    <div class="styled-icons icon-dark icon-circled icon-theme-colored1">
                                      <a class="lightgallery-trigger styled-icons-item" data-exthumbimage="images/gallery/1.jpg" data-src="images/gallery/1.jpg" title="Demo Gallery 12" href="images/gallery/1.jpg"><i class="fa fa-plus"></i></a>
                                      <a class="styled-icons-item" title="Demo Gallery 12" href="#"><i class="fa fa-link"></i></a>
                                    </div>
                                  </div>
                                  <div class="title-holder">
                                    <h5 class="title"><a href="#"></a></h5>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    
                    </div>
                      <?php endif; ?>
                     <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <!-- Isotope Item End -->   

                    <!-- Isotope Item Start -->
                    <div class="isotope-item dental laboratory">
                      <div class="isotope-item-inner">
                        <div class="tm-gallery">
                          <div class="tm-gallery-inner">
                            <div class="thumb">
                              <a href="#"><img src="images/gallery/3.jpg" class="attachment-medium size-medium" alt=""/></a>
                            </div>
                            <div class="tm-gallery-content-wrapper">
                              <div class="tm-gallery-content">
                                <div class="tm-gallery-content-inner">
                                  <div class="icons-holder-inner">
                                    <div class="styled-icons icon-dark icon-circled icon-theme-colored1">
                                      <a class="lightgallery-trigger styled-icons-item" data-exthumbimage="images/gallery/3.jpg" data-src="images/gallery/3.jpg" title="Demo Gallery 12" href="images/gallery/3.jpg"><i class="fa fa-plus"></i></a>
                                      <a class="styled-icons-item" title="Demo Gallery 4" href="#"><i class="fa fa-link"></i></a>
                                    </div>
                                    <div class="title-holder">
                                      <h5 class="title"><a href="#">Demo Gallery 4</a></h5>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                <!-- End Isotope Gallery Grid -->
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>

    <!-- Section: News & Updates-->
    <section>
      <div class="container pt-90">
        <div class="section-title">
          <div class="row justify-content-md-center">
            <div class="col-md-8">
              <div class="text-center mb-60">
                <div class="tm-sc-section-title section-title section-title-style1 text-center">
                  <div class="title-wrapper">
                    <h2 class="title icon-bottom"> <span class="">Beauty</span> <span class="text-theme-colored1"> news</span> </h2>
                    <div class="title-seperator-line"></div>
                    <div class="paragraph">
                    <p>Latest news articles about the cosmetic industry in Vietnam </p>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="section-content">
          <div class="row">
            <div class="col-md-12">
                <!-- Isotope Gallery Grid -->
                <div id="gallery-holder-618422" class="isotope-layout masonry grid-3 gutter-15 clearfix lightgallery-lightbox">
                  <div class="isotope-layout-inner">
                      <?php $__currentLoopData = $all_post; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $post1): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>    
                         <?php if($post1->categorypost_id==68 ): ?>          
               
                      
                    <div class="isotope-item isotope-item-sizer"></div>

                   
                           
                    
                    <!-- Isotope Item Start -->
                    <div class="isotope-item ">
                      <div class="isotope-item-inner">
                        <div class="tm-sc-blog tm-sc-blog-masonry blog-style1-current-theme 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/'.$post1->post_image)); ?>" alt="Image"/></div>
                                </div>
                              </div>
                              <a class="link" href="<?php echo e(URL::to('/bai-viet', $post1->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', $post1->post_slug)); ?>" rel="bookmark"><?php echo e($post1->post_title); ?></a></h5>
                              <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($post1->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> <?php echo e($post1->post_views); ?></span>
                              </div>

                              <div class="post-excerpt">
                                <div class="mascot-post-excerpt"><?php echo $post1->post_desc; ?></div>
                              </div>
                              <div class="post-btn-readmore"> <a href="<?php echo e(URL::to('/bai-viet', $post1->post_slug)); ?>" class="btn btn-plain-text-with-arrow"> View More</a></div>
                              <div class="clearfix"></div>
                            </div>
                          </article>
                        </div>
                      </div>
                    </div>
                    <!-- Isotope Item End -->
                    <?php endif; ?>
                     <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                  
                  </div>
                </div>
                <!-- End Isotope Gallery Grid -->
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <!-- End Divider -->
 
  <!-- 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/dr.dinhphuongdong.com/resources/views/pages/home.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit