⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.200
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
storage
/
framework
/
views
/
View File Name :
3fbe75d73afbac5c22458b841c54ea7349de81ca.php
<?php $__env->startSection('content'); ?> <!-- slider area start --> <section id="team_breadcrumb"> <div class="slider-area breadcrumb" id="team_breadcrumb_bg_img" style="background-image: url(<?php echo e($bg_img); ?>);"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="breadcrumb-area text-center"> <h3 id="team_breadcrumb_title"><?php echo e(content('team_breadcrumb','team_breadcrumb_title')); ?></h3> <div class="breadcrump-title"> <span id="team_breadcrumb_des"><?php echo e(content('team_breadcrumb','team_breadcrumb_des')); ?></span> </div> </div> </div> </div> </div> </div> </section> <!-- slider area end --> <!-- team area start --> <section id="expert"> <div class="expert-area pt-70"> <div class="container"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <div class="section-header-title text-center pb-30"> <h3 id="team_title"><?php echo e($title); ?></h3> <p id="team_des"><?php echo e($description); ?></p> </div> </div> </div> </div> <div class="container"> <div class="row"> <?php if(Amcoders\Plugin\Plugin::is_active('Team')): ?> <?php $team=array( 'type'=>6, 'with'=>'meta', 'translate'=>false ); ?> <?php $__currentLoopData = LpPosts($team); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-3"> <div class="single-team"> <div class="team-member-img"> <img class="img-fluid" id="team_first_img" src="<?php echo e(asset($row->meta->preview)); ?>" alt=""> </div> <?php $socials=json_decode($row->meta->excerpt); ?> <?php if(!empty($socials)): ?> <div class="social-details text-center"> <div class="social-links"> <nav> <ul> <?php $__currentLoopData = $socials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$social): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a id="team_first_fb" href="<?php echo e($social); ?>"><i class="<?php echo e($key); ?>"></i></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </nav> </div> </div> <?php endif; ?> <div class="team-details text-center"> <h5 id="team_first_name"><?php echo e($row->title); ?></h5> <span id="team_first_position"><?php echo e($row->slug); ?></span> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> </div> </div> </section> <!-- team area end --> <!-- quote area start --> <section id="team_quote"> <div class="quote-area pt-100 pb-100"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="quote-info text-center"> <h2 id="team_quote_title"><?php echo e(content('team_quote','team_quote_title')); ?></h2> <p id="team_quote_description"><?php echo e(content('team_quote','team_quote_description')); ?></p> <a href="<?php echo e(url('contact')); ?>" id="team_quote_button"><?php echo e(content('team_quote','team_quote_button')); ?></a> </div> </div> </div> </div> </div> </section> <!-- quote area end --> <?php $basic_info=LpOption('system_basic_info'); ?> <?php if(!empty($basic_info->gallary_input)): ?> <?php $gallery=explode(',', $basic_info->gallary_input); ?> <!-- band area start --> <section id="band"> <div class="band-area pt-100 pb-100"> <div class="container"> <div class="row owl-carousel2 owl-carousel"> <?php $__currentLoopData = $gallery; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-12"> <div class="band-img"> <img id="band_first_img" src="<?php echo e(asset($row)); ?>" alt=""> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <?php endif; ?> <!-- band area end --> <?php $__env->stopSection(); ?> <?php echo $__env->make('theme::layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tech/public_html/script/am-content/Themes/monkey/views/team/index.blade.php ENDPATH**/ ?>