⚝
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 :
7521021c325d0045222f300cd1396762db70d014.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['Blog_Details'] ?? 'Blog Details'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('og-meta'); ?> <meta property="og:title" content="<?php echo e($blog->title); ?>"> <meta property="og:image" content="<?php echo e(asset('assets/front/img/user/blogs/' . $blog->image)); ?>"> <meta property="og:image:type" content="image/png"> <meta property="og:image:width" content="1024"> <meta property="og:image:height" content="1024"> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', $blog->meta_description); ?> <?php $__env->startSection('meta-keywords', $blog->meta_keywords); ?> <?php $__env->startSection('br-title'); ?> <?php echo e($keywords['Blog_Details'] ?? 'Blog Details'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-link'); ?> <?php echo e($keywords['Blog_Details'] ?? 'Blog Details'); ?> <?php $__env->stopSection(); ?> <?php if($userBs->theme == 3): ?> <?php $__env->startSection('styles'); ?> <style> .post-img { text-align: center; } .single-page-details .single-page-wrapper .post-item .post-img img { width: auto; } </style> <?php $__env->stopSection(); ?> <?php endif; ?> <?php $__env->startSection('content'); ?> <?php if($userBs->theme == 6 || $userBs->theme == 7 || $userBs->theme == 8): ?> <!--====== Breadcrumbs Start ======--> <section class="breadcrumbs-section"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-10"> <div class="page-title"> <h1><?php echo e($keywords['Blog_Details'] ?? 'Blog Details'); ?></h1> <ul class="breadcrumbs-link"> <li><a href="<?php echo e(route('front.user.detail.view', getParam())); ?>"><?php echo e($keywords['Home'] ?? 'Home'); ?></a> </li> <li class=""><?php echo e($keywords['Blog_Details'] ?? 'Blog Details'); ?></li> </ul> </div> </div> </div> </div> </section> <!--====== Breadcrumbs End ======--> <?php endif; ?> <section class="single-page-details <?php if($userBs->theme == 6 || $userBs->theme == 7 || $userBs->theme == 8): ?> page-content-section section-gap <?php else: ?> single-page-details pb-30 inner-section-gap <?php endif; ?> "> <div class="container"> <div class="row"> <div class="col-lg-8"> <div class="single-page-wrapper mb-30"> <div class="post-item"> <div class="post-img mb-20"> <img data-src="<?php echo e(asset('assets/front/img/user/blogs/' . $blog->image)); ?>" class="img-fluid lazy" alt=""> </div> <div class="entry-content"> <h3 class="title mb-20"><?php echo e($blog->title); ?></h3> <div class="entry-meta mb-15"> <ul> <li><span><i class="fas fa-user"></i><?php echo e($keywords['by'] ?? 'by'); ?> <a href="#"><?php echo e($blog->user->username); ?></a></span></li> <li><span><i class="fas fa-calendar"></i><a href="#"><?php echo e(\Carbon\Carbon::parse($blog->created_at)->format('F j, Y')); ?></a></span> </li> </ul> </div> <div class="summernote-content"> <?php echo replaceBaseUrl($blog->content); ?> </div> </div> </div> <div class="post-share"> <ul class="social-link"> <li><a href="//www.facebook.com/sharer/sharer.php?u=<?php echo e(urlencode(url()->current())); ?>" class="facebook"><i class="fab fa-facebook-f"></i><?php echo e($keywords['Facebook'] ?? 'Facebook'); ?></a> </li> <li><a href="//twitter.com/intent/tweet?text=my share text&url=<?php echo e(urlencode(url()->current())); ?>" class="twitter"><i class="fab fa-twitter"></i><?php echo e($keywords['Twitter'] ?? 'Twitter'); ?></a></li> <li><a href="//www.linkedin.com/shareArticle?mini=true&url=<?php echo e(urlencode(url()->current())); ?>&title=<?php echo e($blog->title); ?>" class="linkedin"><i class="fab fa-linkedin-in"></i><?php echo e($keywords['Linkedin'] ?? 'Linkedin'); ?></a> </li> </ul> </div> <div class="mt-5"> <div id="disqus_thread"></div> </div> </div> </div> <div class="col-lg-4"> <?php if ($__env->exists('user.profile-common.blog-sidebar')) echo $__env->make('user.profile-common.blog-sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> </section> <!--====== Start Vaughn-footer section ======--> <?php $__env->stopSection(); ?> <?php if($userBs->disqus_status == 1): ?> <?php $__env->startSection('scripts'); ?> <script> "use strict"; (function() { var d = document, s = d.createElement('script'); s.src = 'https://<?php echo e($userBs->disqus_short_name); ?>.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("user.$folder.layout", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile-common/blog-details.blade.php ENDPATH**/ ?>