⚝
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 :
340c11089cd626909f0b1b56a661d18f2f63970d.php
<?php if($vcard->direction == 2): ?> <?php $__env->startSection('rtl', 'dir=rtl'); ?> <?php endif; ?> <?php if($vcard->direction == 2): ?> <?php $__env->startSection('rtl-css'); ?> <link rel="stylesheet" href="<?php echo e(asset('assets/front/css/profile/vcard/template1234/vcard-rtl.css')); ?>"> <?php $__env->stopSection(); ?> <?php endif; ?> <?php $__env->startSection('base-color'); ?> <link rel="stylesheet" href="<?php echo e(asset('assets/front/css/profile/vcard/template1234/vcard-base-color.php').'?color='.$vcard->base_color); ?>"> <style> .action-btn .fas, .action-btn .far{ font-size: 18px; } #whatsapp-connect { font-size: 43px; background: green; color: #fff; padding: 7px 11px; border-radius: 50%; position: fixed; bottom:50px; right: 5px; box-shadow: -5px -2px 32px 5px rgba(140, 135, 135, 1); -webkit-box-shadow: -5px -2px 32px 5px rgba(140, 135, 135, 1); -moz-box-shadow: -5px -2px 32px 5px rgba(140, 135, 135, 1); z-index: 100000; } </style> <?php $__env->stopSection(); ?> <?php $__env->startSection('og-image', asset('assets/front/img/user/vcard/' . $vcard->cover_image)); ?> <?php $__env->startSection('og-title'); ?> <?php echo e($vcard->name); ?> (<?php echo e($vcard->occupation); ?>) <?php $__env->stopSection(); ?> <?php $__env->startSection('og-description'); ?> <?php echo e($vcard->introduction); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('body', 'dark-body'); ?> <?php $__env->startSection('content'); ?> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-TKQ5ZKY9PK"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-TKQ5ZKY9PK'); </script> <!--====== Start Page Wrapper ======--> <div class="page-wrapper"> <div class="container p-0"> <div class="page-content page-content-four"> <div class="page-banner bg_cover" style="background-image: url(<?php echo e(!empty($vcard->cover_image) ? asset('assets/front/img/user/vcard/' . $vcard->cover_image) : asset('assets/front/img/user/vcard/vcard_cover.jpg')); ?>);"></div> <div class="admin-wrapper"> <div class="admin-card text-center"> <div class="thumb"> <img src="<?php echo e(!empty($vcard->profile_image) ? asset('assets/front/img/user/vcard/' . $vcard->profile_image) : asset('assets/front/img/user/blank_propic.png')); ?>" alt="Thumb"> </div> <div class="content"> <div class="admin-title"> <h5><?php echo e($vcard->name); ?></h5> <?php if(!empty($vcard->occupation)): ?> <span class="position"> <?php echo e($vcard->occupation); ?> <?php if(!empty($vcard->company)): ?> (<?php echo e($vcard->company); ?>) <?php endif; ?> </span> <?php endif; ?> </div> <p><?php echo e($vcard->introduction); ?></p> <div class="actions"> <?php if(!empty($vcard->phone) && (is_array($prefs) && in_array('Call', $prefs))): ?> <div class="action-btn"> <a class="call" href="tel:<?php echo e($vcard->phone); ?>" style="background: #<?php echo e($vcard->call_button_color); ?>"><i class="fas fa-mobile-alt"></i></a> <br> <span><?php echo e($keywords["Call"] ?? "Call"); ?></span> </div> <?php endif; ?> <?php if(!empty($vcard->phone) && (is_array($prefs) && in_array('Whatsapp', $prefs))): ?> <div class="action-btn"> <a href="https://wa.me/message/P5LEQEA2WJA3N1" class="whatsapp" style="background: #<?php echo e($vcard->whatsapp_button_color); ?>"><i class="fab fa-whatsapp"></i></a> <br> <span><?php echo e($keywords["Whatsapp"] ?? "Whatsapp"); ?></span> </div> <?php endif; ?> <?php if(!empty($vcard->email) && (is_array($prefs) && in_array('Mail', $prefs))): ?> <div class="action-btn"> <a class="mail" href="mailto:<?php echo e($vcard->email); ?>" style="background: #<?php echo e($vcard->mail_button_color); ?>"><i class="far fa-envelope"></i></a> <br> <span><?php echo e($keywords["Mail"] ?? "Mail"); ?></span> </div> <?php endif; ?> </div> <div class="more-btns text-center mt-3"> <?php if(!empty($vcard->phone) && (is_array($prefs) && in_array('Add to Contact', $prefs))): ?> <a href="<?php echo e(route('front.user.vcardImport', [getParam(), $vcard->id])); ?>" class="add-contact" style="background: #<?php echo e($vcard->add_to_contact_button_color); ?>; font-weight: bold;"><i class="fas fa-plus"></i> <?php echo e($keywords["Add_to_Contact_Button"] ?? "Add to Contact"); ?></a> <?php endif; ?> <?php if(is_array($prefs) && in_array('Share vCard', $prefs)): ?> <a href="#" data-toggle="modal" data-target="#socialMediaModal" class="share" style="background: #<?php echo e($vcard->share_vcard_button_color); ?>;font-weight: bold;"><i class="fas fa-share-square"></i> <?php echo e($keywords["Share_vCard"] ?? "Share vCard"); ?></a> <?php endif; ?> </div> </div> </div> </div> <?php if(is_array($prefs) && in_array('Information', $prefs)): ?> <div class="page-info-widget"> <?php $__currentLoopData = $infos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $info): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if( $info['label'] == 'phone' ): ?> <div class="info-widget d-flex align-items-center"> <a href="tel:<?php echo e($info['value']); ?>" class="icon icon-1" style="background: #<?php echo e($vcard->phone_icon_color); ?>1a;"> <i class="fas fa-mobile-alt" style="color: #<?php echo e($vcard->phone_icon_color); ?>;"></i> </a> <div class="content"> <span class="title"><?php echo e($keywords["Phone"] ?? "Phone"); ?></span> <h5><a href="tel:<?php echo e($vcard->phone); ?>"><?php echo e($info['value']); ?></a></h5> </div> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php if(!empty($vcard->phone)): ?> <div class="info-widget d-flex align-items-center"> <a href="tel:<?php echo e($vcard->phone); ?>" class="icon icon-1" style="background: #<?php echo e($vcard->phone_icon_color); ?>1a;"> <i class="fas fa-mobile-alt" style="color: #<?php echo e($vcard->phone_icon_color); ?>;"></i> </a> <div class="content"> <span class="title"><?php echo e($keywords["Phone"] ?? "Phone"); ?></span> <h5><a href="tel:<?php echo e($vcard->phone); ?>"><?php echo e($vcard->phone); ?></a></h5> </div> </div> <?php endif; ?> <?php if(!empty($vcard->email)): ?> <div class="info-widget d-flex align-items-center"> <a href="mailto:<?php echo e($vcard->email); ?>" class="icon icon-1" style="background: #<?php echo e($vcard->email_icon_color); ?>1a;"> <i class="fas fa-at" style="color: #<?php echo e($vcard->email_icon_color); ?>;"></i> </a> <div class="content"> <span class="title"><?php echo e($keywords["Email"] ?? "Email"); ?></span> <h5><a href="mailto:<?php echo e($vcard->email); ?>"><?php echo e($vcard->email); ?></a></h5> </div> </div> <?php endif; ?> <?php if(!empty($vcard->address)): ?> <div class="info-widget d-flex align-items-center"> <a href="https://www.google.com/maps?q=<?php echo e($vcard->address); ?>" class="icon icon-1" style="background: #<?php echo e($vcard->address_icon_color); ?>1a;"> <i class="fas fa-map-marker-alt" style="color: #<?php echo e($vcard->address_icon_color); ?>;"></i> </a> <div class="content"> <span class="title"><?php echo e($keywords["Address"] ?? "Address"); ?></span> <h5><a href="https://www.google.com/maps?q=<?php echo e($vcard->address); ?>"><?php echo e($vcard->address); ?></a></h5> </div> </div> <?php endif; ?> <?php if(!empty($vcard->website_url)): ?> <div class="info-widget d-flex align-items-center"> <a class="icon icon-1" href="<?php echo e($vcard->website_url); ?>" target="_blank" style="background: #<?php echo e($vcard->website_url_icon_color); ?>1a;"> <i class="fas fa-link" style="color: #<?php echo e($vcard->website_url_icon_color); ?>;"></i> </a> <div class="content"> <span class="title"><?php echo e($keywords["Website_URL"] ?? "Website_URL"); ?></span> <h5><a href="<?php echo e($vcard->website_url); ?>" target="_blank"><?php echo e($vcard->website_url); ?></a></h5> </div> </div> <?php endif; ?> <?php $__currentLoopData = $infos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $info): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if( $info['label'] != 'phone' ): ?> <div class="info-widget d-flex align-items-center"> <?php if($info['link'] == 1): ?> <a class="icon icon-1" href="<?php echo e($info['value']); ?>" target="_blank"> <i class="<?php echo e($info['icon']); ?>" style="color: #<?php echo e($info['color']); ?>"></i> </a> <?php else: ?> <div class="icon icon-1" style="background: #<?php echo e($info['color']); ?>1a"> <i class="<?php echo e($info['icon']); ?>" style="color: #<?php echo e($info['color']); ?>"></i> </div> <?php endif; ?> <div class="content"> <span class="title"><?php echo e($info['label']); ?></span> <h5><a <?php if($info['link'] == 1): ?> target="_blank" href="<?php echo e($info['value']); ?>" <?php endif; ?>><?php echo e($info['value']); ?></a></h5> </div> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <?php if(is_array($prefs) && in_array('About Us', $prefs)): ?> <div class="about-section-widget about-section-four"> <div class="row"> <div class="col-12"> <div class="section-title"> <h4><?php echo e($keywords["About_us"] ?? "About us"); ?></h4> </div> </div> </div> <div> <?php echo $vcard->about; ?> </div> </div> <?php endif; ?> <?php if(is_array($prefs) && in_array('Services', $prefs)): ?> <div class="service-section-widget service-section-four"> <div class="row"> <div class="col-12"> <div class="section-title"> <h4><?php echo e($keywords["Our_Service"] ?? "Our Service"); ?></h4> </div> </div> </div> <?php $services = !empty($vcard->user_vcard_services) ? $vcard->user_vcard_services : []; ?> <?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="service-item mb-3"> <div class="service-img"> <img class="w-100 lazy" data-src="<?php echo e(asset('assets/front/img/user/services/' . $service->image)); ?>" alt="service img"> </div> <div class="content"> <h4><?php echo e($service->title); ?></h4> <div class="button text-center"> <?php if($service->external_link_status == 1 && !empty($service->external_link)): ?> <a href="<?php echo e($service->external_link); ?>" target="_blank" class="main-btn btn-color-three"><?php echo e($keywords["Details"] ?? "Details"); ?></a> <?php elseif($service->external_link_status == 0 && !empty($service->short_details)): ?> <a href="#" data-toggle="modal" data-target="#serviceDetails<?php echo e($service->id); ?>" class="main-btn btn-color-three"><?php echo e($keywords["Details"] ?? "Details"); ?></a> <?php endif; ?> </div> </div> </div> <?php if($service->external_link_status == 0 && !empty($service->short_details)): ?> <!-- Modal --> <div class="modal fade" id="serviceDetails<?php echo e($service->id); ?>" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLongTitle"><?php echo e($keywords["Details"] ?? "Details"); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <?php echo e($service->short_details); ?> </div> </div> </div> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <?php if(is_array($prefs) && in_array('Projects', $prefs)): ?> <div class="portfolio-section-widget portfolio-section-four"> <div class="row align-items-center"> <div class="col-8"> <div class="section-title"> <h4><?php echo e($keywords["Projects"] ?? "Projects"); ?></h4> </div> </div> <div class="col-4"> <div class="portfolio-arrows"></div> </div> </div> <?php $projects = !empty($vcard->user_vcard_projects) ? $vcard->user_vcard_projects : []; ?> <?php if(!empty($projects)): ?> <div class="portfolio-slider-one"> <?php $__currentLoopData = $projects; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $project): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="portfolio-item"> <div class="portfolio-img"> <img data-src="<?php echo e(asset('assets/front/img/user/projects/' . $project->image)); ?>" alt="portfolio" class="w-100 lazy"> <a href="<?php echo e(asset('assets/front/img/user/projects/' . $project->image)); ?>" class="portfolio-overlay img-popup"> <div class="info"> <h4 class="title"><?php echo e($project->title); ?></h4> </div> </a> </div> <div class="content text-center"> <?php if($project->external_link_status == 1 && !empty($project->external_link)): ?> <a href="<?php echo e($project->external_link); ?>" target="_blank" class="main-btn btn-color-three">Details</a> <?php elseif($project->external_link_status == 0 && !empty($project->short_details)): ?> <a href="#" data-toggle="modal" data-target="#projectDetails" class="main-btn btn-color-three" data-details="<?php echo e($project->short_details); ?>"><?php echo e($keywords["Details"] ?? "Details"); ?></a> <?php endif; ?> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> </div> <?php endif; ?> <!-- Modal --> <div class="modal fade" id="projectDetails" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLongTitle"><?php echo e($keywords["Details"] ?? "Details"); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> </div> </div> </div> </div> <?php if(is_array($prefs) && in_array('Video', $prefs)): ?> <div class="video-section-widget video-section-four"> <div class="row"> <div class="col-12"> <div class="section-title"> <h4><?php echo e($keywords["Video"] ?? "Video"); ?></h4> </div> </div> </div> <?php if(!empty($vcard->video)): ?> <div class="embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" src="<?php echo e($vcard->video); ?>" allowfullscreen></iframe> </div> <?php endif; ?> </div> <?php endif; ?> <?php if(is_array($prefs) && in_array('Testimonials', $prefs)): ?> <div class="testimonial-section-widget testimonial-section-four"> <div class="row align-items-center"> <div class="col-8"> <div class="section-title"> <h4><?php echo e($keywords["Testimonial"] ?? "Testimonial"); ?></h4> </div> </div> <div class="col-4"> <div class="testimonial-arrows"></div> </div> </div> <?php $testimonials = !empty($vcard->user_vcard_testimonials) ? $vcard->user_vcard_testimonials : []; ?> <?php if(!empty($testimonials)): ?> <div class="testimonial-slider-one"> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="testimonial-item"> <div class="title-thumb d-flex align-items-center"> <div class="thumb"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/user/testimonials/' . $testimonial->image)); ?>" alt="thumb"> </div> <div class="title"> <h5><?php echo e($testimonial->name); ?></h5> <ul class="rating"> <?php for($i = 0; $i < $testimonial->rating; $i++): ?> <li><i class="fas fa-star"></i></li> <?php endfor; ?> <?php for($i = 0; $i < (5 - $testimonial->rating); $i++): ?> <li><i class="far fa-star"></i></li> <?php endfor; ?> </ul> </div> </div> <div class="content"> <p><?php echo e($testimonial->comment); ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> </div> <?php endif; ?> <a target="_blank" href="https://wa.me/message/P5LEQEA2WJA3N1" id="whatsapp-connect"> <i class="fab fa-whatsapp"></i> </a> <br/><br/><br/><br/> </div> </div><!--====== End Page Wrapper ======--> <!--Start of Tawk.to Script--> <?php $__env->stopSection(); ?> <?php echo $__env->make('vcard.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/vcard/index2.blade.php ENDPATH**/ ?>