⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
e4eb6b93944a5fbc1c12d3c78beec9116fe491b9.php
<?php $__env->startSection('pagename'); ?> - <?php echo e(__('Blog Details')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($blog) ? $blog->meta_keywords : ''); ?> <?php $__env->startSection('meta-keywords', !empty($blog) ? $blog->meta_description : ''); ?> <?php $__env->startSection('og-meta'); ?> <!--- For Social Media Share Thumbnail ---> <meta property="og:title" content="<?php echo e($blog->title); ?>"> <meta property="og:image" content="<?php echo e(asset('assets/front/img/blogs/'.$blog->main_image)); ?>"> <meta property="og:image:type" content="image/png"> <meta property="og:image:width" content="1024"> <meta property="og:image:height" content="1024"> <!--- For Social Media Share Thumbnail ---> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb-title'); ?> <?php echo e(strlen($blog->title) > 30 ? mb_substr($blog->title, 0, 30) . '...' : $blog->title); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb-link'); ?> <?php echo e(__('Blog Details')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!--====== BLOG DETAILS PART START ======--> <section class="blog-details-area pt-120 pb-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="blog-details-items"> <div class="blog-thumb"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/blogs/'.$blog->main_image)); ?>" alt="blog"> </div> <div class="blog-details-content"> <h3 class="title"><?php echo e($blog->title); ?></h3> <div class="summernote-content"> <p><?php echo replaceBaseUrl($blog->content); ?></p> </div> </div> <div class="blog-social"> <div class="shop-social d-flex align-items-center"> <span><?php echo e(__('Share')); ?> :</span> <ul class="ml-3 d-flex"> <li class="p-1"><a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo e(urlencode(url()->current())); ?>"><i class="fab fa-facebook-f"></i></a></li> <li class="p-1"><a href="https://twitter.com/intent/tweet?text=my share text&url=<?php echo e(urlencode(url()->current())); ?>"><i class="fab fa-twitter"></i></a></li> <li class="p-1"><a href="http://www.linkedin.com/shareArticle?mini=true&url=<?php echo e(urlencode(url()->current())); ?>&title=<?php echo e($blog->title); ?>"><i class="fab fa-linkedin-in"></i></a></li> </ul> </div> </div> <div class="blog-details-comment mt-5"> <div class="comment-lists"> <div id="disqus_thread"></div> </div> </div> <!-- blog details comment --> </div> </div> <div class="col-lg-4 col-md-7 col-sm-9"> <?php if ($__env->exists('front.partials.blog-sidebar')) echo $__env->make('front.partials.blog-sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> </section> <!--====== BLOG DETAILS PART ENDS ======--> <?php $__env->stopSection(); ?> <?php if($bs->is_disqus == 1): ?> <?php $__env->startSection('scripts'); ?> <script> "use strict"; (function() { var d = document, s = d.createElement('script'); s.src = 'https://<?php echo e($bs->disqus_shortname); ?>.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <?php $__env->stopSection(); ?> <?php endif; ?> <?php echo $__env->make('front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/front/blog-details.blade.php ENDPATH**/ ?>