⚝
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 :
3f6bd2485fe506e65e1cb48eb90dd71ceeeda333.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords["Home"] ?? "Home"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($userSeo) ? $userSeo->home_meta_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($userSeo) ? $userSeo->home_meta_keywords : ''); ?> <?php $__env->startSection('content'); ?> <div class="main-wrapper"> <section class="hero-area"> <div class="hero-img d-lg-block d-none"> <?php if( $slides->count() > 0 ): ?> <?php $img = $slides->pluck('img')->first(); ?> <?php if( $img && !empty($img) ): ?> <img data-src="<?php echo e(asset('assets/front/img/user/home_settings/' . $img)); ?>" class="lazy" alt=""> <?php endif; ?> <?php elseif(isset($home_text->hero_image)): ?> <img data-src="<?php echo e(asset('assets/front/img/user/home_settings/' . $home_text->hero_image)); ?>" class="lazy" alt=""> <?php endif; ?> </div> <div class="container"> <div class="row align-items-center hero-wrapper"> <div class="col-xl-6 col-lg-8"> <div class="hero-content"> <!--span class="span"><?php echo e($keywords["Hi_I'm,"] ?? "Hi I'm,"); ?></span--> <h1> <?php if( $slides->count() > 0 ): ?> <span class="h-b"><?php echo e($slides->pluck('title')->first()); ?></span> <?php else: ?> <span class="h-b"><?php echo e($home_text->first_name ?? $user->first_name); ?></span> <span class="h-l"><?php echo e($home_text->last_name ?? $user->last_name); ?></span> <?php endif; ?> </h1> <?php if( $slides->count() > 0 ): ?> <?php $designations = explode(',', $slides->pluck('description')->first() ?? ''); ?> <?php else: ?> <?php $designations = explode(',', $home_text->designation ?? ''); ?> <?php endif; ?> <?php if(!empty($designations)): ?> <h3> <span id="typed"></span></h3> <div class="type-string"> <?php $__currentLoopData = $designations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $designation): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <p><?php echo e($designation); ?></p> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Contact',$userPermissions)): ?> <a href="<?php echo e(route('front.user.contact', getParam())); ?>" class="main-btn"><?php echo e($keywords["Hire_me"] ?? 'Hire me'); ?></a> <?php endif; ?> </div> </div> </div> </div> </section> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.theme3.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/theme3/index.blade.php ENDPATH**/ ?>