⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.219
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 :
4d16e0bf05a49f04fef7799eb6c665132c36c5f3.php
<?php $__env->startSection('content'); ?> <!-- slider area start --> <section id="blog_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 id="blog_breadcrumb_title"><?php echo e($blog->title); ?></h3> <div class="breadcrump-title"> <span id="blog_breadcrumb_des"><?php echo e(__('Home')); ?> / <?php echo e($blog->title); ?></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="single-blg-details"> <img class="img-fluid" src="<?php echo e(asset($blog->meta->preview)); ?>" alt=""> <h2 class="pt-30"><?php echo e($blog->title); ?></h2> <div class="blog-details"> <?php echo $blog->post->content; ?> </div> </div> <?php if($blog->post->comment_status==1): ?> <div class="comment-area mt-5"> <?php echo disquscomment(); ?> </div> <?php endif; ?> </div> <div class="col-lg-4"> <div class="widget search-bar mb-50"> <h3>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"> <button type="submit"><i class="fa fa-search"></i></button> </div> </form> </div> <div class="widget recent-post mb-50"> <h3>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>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 class="widget tags-area"> <h3>Tags</h3> <div class="tags-area"> <nav> <ul> <?php $tags = explode(',', $blog->tags); ?> <?php $__currentLoopData = $tags; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $tag): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a href="<?php echo e(route('tag.show',$tag)); ?>"><?php echo e($tag); ?></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 --> <input type="hidden" id="count_url" value="<?php echo e(route('post.view')); ?>"> <input type="hidden" id="post_id" value="<?php echo e($blog->id); ?>"> <!-- band area start --> <?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 --> <!-- 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 C:\xampp\htdocs\multipurpose_monkey\script\am-content\Themes/monkey/views/blog/show.blade.php ENDPATH**/ ?>