⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.216
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
eplangoweb
/
www
/
storage
/
framework
/
views
/
View File Name :
b21b32927d97251400fe73034b6bac4add11e244.php
<?php $__env->startSection('pagename'); ?> - <?php echo e(__('vCards')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($seo) ? $seo->vcard_template_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($seo) ? $seo->vcard_template_keywords : ''); ?> <?php $__env->startSection('breadcrumb-title'); ?> <?php echo e(__('vCards')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb-link'); ?> <?php echo e(__('vCards')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!-- Vcard Start --> <div class="vcard-area ptb-120"> <div class="container"> <div class="row justify-content-center"> <?php $__currentLoopData = $vcards; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $vcard): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-3 col-lg-4 col-sm-6" data-aos="fade-up"> <div class="card text-center mb-30"> <div class="card-image"> <div class="lazy-container"> <img class="lazyload lazy-image" data-src="<?php echo e(asset('assets/front/img/template-previews/vcard/' . $vcard->template_img)); ?>" alt="<?php echo e($vcard->vcard_name); ?>" /> </div> <div class="hover-show"> <a href="<?php echo e(route('front.user.vcard', [$vcard->user->username, $vcard->id])); ?>" target="_self" class="btn-icon rounded-circle" title="<?php echo e(__('View Details')); ?>"> <i class="fal fa-link"></i> </a> </div> </div> <h5 class="card-title"> <a href="<?php echo e(route('front.user.vcard', [$vcard->user->username, $vcard->id])); ?>" title="Link" target="_self"> <?php echo e(__($vcard->template_name)); ?> </a> </h5> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <nav class="pagination-nav" data-aos="fade-up"> <ul class="pagination justify-content-center mb-0"> <?php echo e($vcards->links()); ?> </ul> </nav> </div> </div> <!-- Vcard End --> <?php $__env->stopSection(); ?> <?php echo $__env->make('front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eplangoweb/public_html/resources/views/front/vcards.blade.php ENDPATH**/ ?>