⚝
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 :
1e35bad866ea8be6ddd12391774712e5315216d9.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['Portfolio_Details'] ?? 'Portfolio Details'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('og-meta'); ?> <meta property="og:image" content="<?php echo e(asset('assets/front/img/user/portfolios/' . $portfolio->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', $portfolio->meta_description); ?> <?php $__env->startSection('meta-keywords', $portfolio->meta_keywords); ?> <?php $__env->startSection('br-title'); ?> <?php echo e($keywords['Portfolio_Details'] ?? 'Portfolio Details'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-link'); ?> <?php echo e($keywords['Portfolio_Details'] ?? 'Portfolio Details'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!--====== 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['Portfolio_Details'] ?? 'Portfolio 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['Portfolio_Details'] ?? 'Portfolio Details'); ?></li> </ul> </div> </div> </div> </div> </section> <!--====== Breadcrumbs End ======--> <section class="page-content-section section-gap single-page-details pb-30"> <div class="container"> <div class="inner-section-gap"> <div class="row"> <div class="col-lg-8"> <div class="single-page-wrapper mb-30"> <div class="post-item"> <?php if($portfolio->portfolio_images()->count() > 0): ?> <div class="post-img mb-20"> <div class="post-gallery-slider"> <?php $__currentLoopData = $portfolio->portfolio_images; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pi): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <a href="<?php echo e(asset('assets/front/img/user/portfolios/' . $pi->image)); ?>" class="image-popup"><img data-src="<?php echo e(asset('assets/front/img/user/portfolios/' . $pi->image)); ?>" class="lazy" alt=""></a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> <div class="entry-content"> <h3 class="title mb-20"><?php echo e($portfolio->title); ?></h3> <div class="summernote-content"> <?php echo replaceBaseUrl($portfolio->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($portfolio->title); ?>" class="linkedin"><i class="fab fa-linkedin-in"></i><?php echo e($keywords['Linkedin'] ?? 'Linkedin'); ?></a> </li> </ul> </div> </div> </div> <div class="col-lg-4"> <div class="sidebar-widget-area"> <div class="widget categories-widget mb-40"> <h4 class="widget-title"><?php echo e($keywords['Categories'] ?? 'Categories'); ?></h4> <ul class="widget-link"> <li><a href="<?php echo e(route('front.user.portfolios', getParam())); ?>"><?php echo e($keywords['All'] ?? 'All'); ?> <span>(<?php echo e($allCount); ?>)</span></a></li> <?php $__currentLoopData = $portfolio_categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pc): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="<?php if($pc->id == $portfolio->category_id): ?> active <?php endif; ?>"><a href="<?php echo e(route('front.user.portfolios', getParam()) . '?category=' . $pc->id); ?>"><?php echo e($pc->name); ?> <span>(<?php echo e($pc->portfolios()->count()); ?>)</span></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php if($relatedPortfolios->count() > 0): ?> <div class="widget recent-post-widget mb-40"> <h4 class="widget-title"><?php echo e($keywords['Related_Portfolios'] ?? 'Related Portfolios'); ?> </h4> <ul class="recent-post-list"> <?php $__currentLoopData = $relatedPortfolios->get(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $rp): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="post-thumbnail-content"> <img data-src="<?php echo e(asset('assets/front/img/user/portfolios/' . $rp->image)); ?>" class="img-fluid lazy" alt=""> <div class="post-title-date"> <h6><a href="<?php echo e(route('front.user.portfolio.detail', [getParam(), $rp->slug, $rp->id])); ?>"><?php echo e(strlen($rp->title) > 30 ? mb_substr($rp->title, 0, 30, 'UTF-8') : $rp->title); ?></a> </h6> </div> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php endif; ?> </div> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.' . $layout . '.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/theme6-8/portfolio-details.blade.php ENDPATH**/ ?>