⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.140
Server IP:
68.65.123.197
Server:
Linux premium49.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
smarbgfw
/
www
/
core
/
storage
/
framework
/
views
/
View File Name :
693690089a4a5b0e0c8bc510d96bec49ce208a11.php
<?php $__env->startSection('pagename'); ?> - <?php echo e(convertUtf8($post->title)); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb-title', convertUtf8($bs->rss_details_title)); ?> <?php $__env->startSection('breadcrumb-subtitle', strlen($post->title) > 30 ? mb_substr($post->title, 0, 30, 'utf-8') . '...' : $post->title); ?> <?php $__env->startSection('breadcrumb-link', __('RSS Feed Details')); ?> <?php $__env->startSection('content'); ?> <!-- blog details section start --> <div class="blog-details-section section-padding"> <div class="container"> <div class="row"> <div class="col-lg-7"> <div class="blog-details"> <img class="blog-details-img-1 lazy" data-src="<?php echo e($post->photo); ?>" alt=""> <small class="date"><?php echo e(date('F d, Y', strtotime($post->created_at))); ?> - <?php echo e(__('BY')); ?> <?php echo e($post->category->feed_name); ?></small> <h2 class="blog-details-title"><?php echo e(convertUtf8($post->title)); ?></h2> <div class="blog-details-body"> <?php echo convertUtf8($post->description); ?> </div> <div class="text-left"> <a target="_blank" href="<?php echo e($post->rss_link); ?>" class="boxed-btn py-2 mt-4 text-capitalize"><?php echo e($post->category->read_more_button); ?></a> </div> </div> <div class="blog-share mb-5"> <ul> <li><a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo e(urlencode(url()->current())); ?>" class="facebook-share"><i class="fab fa-facebook-f"></i> <?php echo e(__('Share')); ?></a></li> <li><a href="https://twitter.com/intent/tweet?text=my share text&url=<?php echo e(urlencode(url()->current())); ?>" class="twitter-share"><i class="fab fa-twitter"></i> <?php echo e(__('Tweet')); ?></a></li> <li><a href="http://www.linkedin.com/shareArticle?mini=true&url=<?php echo e(urlencode(url()->current())); ?>&title=<?php echo e(convertUtf8($post->title)); ?>" class="linkedin-share"><i class="fab fa-linkedin-in"></i> <?php echo e(__('Linkedin')); ?></a></li> </ul> </div> <div class="comment-lists"> <div id="disqus_thread"></div> </div> </div> <!-- blog sidebar section start --> <div class="col-lg-4"> <div class="sidebar"> <div class="blog-sidebar-widgets category-widget"> <div class="category-lists job"> <h4><?php echo e(__('Categories')); ?></h4> <ul> <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $rcat): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="single-category"><a href="<?php echo e(route('front.rss',['id' => $rcat->id])); ?>"><?php echo e(convertUtf8($rcat->feed_name)); ?></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <div class="subscribe-section"> <span><?php echo e(__('SUBSCRIBE')); ?></span> <h3><?php echo e(__('SUBSCRIBE FOR NEWSLETTER')); ?></h3> <form id="subscribeForm" class="subscribe-form" action="<?php echo e(route('front.subscribe')); ?>" method="POST"> <?php echo csrf_field(); ?> <div class="form-element"><input name="email" type="email" placeholder="<?php echo e(__('Email')); ?>"></div> <p id="erremail" class="text-danger mb-3 err-email"></p> <div class="form-element"><input type="submit" value="<?php echo e(__('Subscribe')); ?>"></div> </form> </div> </div> </div> <!-- blog sidebar section end --> </div> </div> </div> <!-- blog details section end --> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <?php if($bs->is_disqus == 1): ?> <?php echo $bs->disqus_script; ?> <?php endif; ?> <?php $__env->stopSection(); ?> <?php echo $__env->make("front.$version.layout", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/smarbgfw/public_html/core/resources/views/front/rss-details.blade.php ENDPATH**/ ?>