⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.26
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
storage
/
framework
/
views
/
View File Name :
0f555d6c8f259134c4f63b784dc3939cfef59dd0.php
<?php $__env->startSection('content'); ?> <!-- slider area start --> <section id="breadcrumb"> <div class="slider-area breadcrumb" id="blog_breadcrumb_bg_img" style="background-image: url(<?php echo e(asset(content('blog_breadcrumb','blog_breadcrumb_bg_img'))); ?>);"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="breadcrumb-area text-center"> <h3><?php echo e($search ? $search : $slug); ?></h3> <div class="breadcrump-title"> <span><?php echo e(__('Blog')); ?> / <?php echo e($search ? $search : $slug); ?></span> </div> </div> </div> </div> </div> </div> </section> <!-- slider area end --> <!-- blog main area area --> <section> <div class="blog-section pt-100"> <div class="container"> <div class="row"> <div class="col-lg-8"> <div class="row"> <?php if($blogs->count() > 0): ?> <?php $__currentLoopData = $blogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-12 mb-30"> <div class="single-blog"> <img class="img-fluid" src="<?php echo e(asset($blog->meta->preview)); ?>" alt=""> <div class="blog-info"> <div class="blog-title"> <a href="<?php echo e(route('blog.show',$blog->slug)); ?>"> <h4><?php echo e($blog->title); ?></h4> </a> </div> <div class="blog-created-date"> <i class="far fa-calendar-times"></i> <span> <?php echo e($blog->created_at->isoFormat('LL')); ?></span> </div> <div class="blog-details"> <p><?php echo e($blog->meta->excerpt); ?></p> </div> <div class="blog-action"> <a href="<?php echo e(route('blog.show',$blog->slug)); ?>"><?php echo e(__('Read More')); ?> <i class="fas fa-chevron-right"></i></a> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <div class="col-lg-12"> <div class="search text-center"> <h2>Sorry! No Result Found</h2> </div> </div> <?php endif; ?> </div> </div> <div class="col-lg-4"> <div class="widget search-bar mb-50"> <h3><?php echo e(__('Search')); ?></h3> <form action="<?php echo e(route('blog.search')); ?>" method="POST"> <?php echo csrf_field(); ?> <div class="searchbar-form"> <input type="text" placeholder="Search" name="search" value="<?php echo e($search ? $search : ''); ?>"> <button type="submit"><i class="fa fa-search"></i></button> </div> </form> </div> <div class="widget recent-post mb-50"> <h3><?php echo e(__('Recent post')); ?></h3> <div class="recent-post"> <?php $__currentLoopData = $recent_posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-post d-flex mb-20"> <img src="<?php echo e(asset($post->meta->preview)); ?>" alt=""> <a href="<?php echo e(route('blog.show',$post->slug)); ?>"><?php echo e($post->title); ?></a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="widget category-list mb-50"> <h3><?php echo e(__('Categories')); ?></h3> <div class="category-list-menu"> <nav> <ul class="list-group list-group-flush"> <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="list-group-item"><a href="<?php echo e(route('category.show',$category->slug)); ?>"><?php echo e($category->name); ?></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </nav> </div> </div> </div> </div> </div> </div> </section> <!-- blog main area end --> <!-- quote area start --> <section id="blog_quote"> <div class="quote-area pt-100 pb-100"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="quote-info text-center"> <h2 id="blog_quote_title"><?php echo e(content('blog_quote','blog_quote_title')); ?></h2> <p id="blog_quote_description"><?php echo e(content('blog_quote','blog_quote_description')); ?></p> <a href="<?php echo e(url('contact')); ?>" id="blog_quote_button"><?php echo e(content('blog_quote','blog_quote_button')); ?></a> </div> </div> </div> </div> </div> </section> <!-- quote area end --> <?php $basic_info=LpOption('system_basic_info'); ?> <?php if(!empty($basic_info->gallary_input)): ?> <?php $gallery=explode(',', $basic_info->gallary_input); ?> <!-- band area start --> <section id="band"> <div class="band-area pt-100 pb-100"> <div class="container"> <div class="row owl-carousel2 owl-carousel"> <?php $__currentLoopData = $gallery; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-12"> <div class="band-img"> <img id="band_first_img" src="<?php echo e(asset($row)); ?>" alt=""> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <?php endif; ?> <!-- band area end --> <?php $__env->stopSection(); ?> <?php echo $__env->make('theme::layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tech/public_html/script/am-content/Themes/monkey/views/tag/show.blade.php ENDPATH**/ ?>