⚝
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 :
6d4786bfa2d5f0566e5a27677ae97d0e612404b9.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords["Portfolios"] ?? "Portfolios"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($userSeo) ? $userSeo->portfolios_meta_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($userSeo) ? $userSeo->portfolios_meta_keywords : ''); ?> <?php $__env->startSection('br-title'); ?> <?php echo e($keywords["Portfolios"] ?? "Portfolios"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-link'); ?> <?php echo e($keywords["Portfolios"] ?? "Portfolios"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!--====== Start Vaughn-Work section ======--> <section class="vaughn-work pt-60 pb-80" id="portfolio"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="work-filter mb-45"> <button class="work-btn active-btn" data-filter="*"><?php echo e($keywords['All'] ?? "All"); ?></button> <?php $__currentLoopData = $portfolio_categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $portfolio_category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <button class="work-btn" data-filter=".cat-<?php echo e($portfolio_category->id); ?>"><?php echo e($portfolio_category->name); ?></button> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <div class="filter-grid row"> <?php $__currentLoopData = $portfolios; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $portfolio): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6 col-sm-12 grid-column cat-<?php echo e($portfolio->bcategory->id); ?>"> <div class="work-item mb-30"> <div class="work-img"> <a href="<?php echo e(route('front.user.portfolio.detail', [getParam(), $portfolio->slug, $portfolio->id])); ?>"><img src="<?php echo e(asset('assets/front/img/user/portfolios/'.$portfolio->image)); ?>" class="img-fluid" alt=""></a> </div> <h3><a href="<?php echo e(route('front.user.portfolio.detail', [getParam(), $portfolio->slug, $portfolio->id])); ?>"><?php echo e(strlen($portfolio->title) > 25 ? mb_substr($portfolio->title, 0, 25, 'UTF-8') . '...' : $portfolio->title); ?></a></h3> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <!--====== End Vaughn-Work section ======--> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <?php if(!empty(request()->input('category'))): ?> <script> "use strict"; $(window).on('load', function() { setTimeout(function() { let catid = <?php echo e(request()->input('category')); ?>; $("button[data-filter='.cat-" + catid + "']").trigger('click'); }, 500); }); </script> <?php endif; ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile/portfolios.blade.php ENDPATH**/ ?>