⚝
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 :
4440f8abe210748064165eb5d8b3a8d28ccdf19d.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'); ?> <!--====== Start Hero Section ======--> <section class="hero-area" id="home"> <div class="objects-shape"> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/circle-1.png')); ?>" class="lazy shape shape-one" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/circle-2.png')); ?>" class="lazy shape shape-two" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/h-ob-1.png')); ?>" class="lazy shape shape-three" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/h-ob-2.png')); ?>" class="lazy shape shape-four" alt=""> </div> <div class="container"> <div class="row align-items-center"> <div class="col-lg-5"> <div class="hero-content"> <h1> <!--span class="sm-text"><?php echo e($keywords["Hi_I'm,"] ?? "Hi I'm,"); ?></span--> <?php if( $slides->count() > 0 ): ?> <span class="ht-b"><?php echo e($slides->pluck('title')->first()); ?></span> <?php else: ?> <span class="ht-b"><?php echo e($home_text->first_name ?? $user->first_name); ?></span> <span class="ht-l"><?php echo e($home_text->last_name ?? $user->last_name); ?></span> <?php endif; ?> </h1> <h3><!--<?php echo e($keywords["I_am"] ?? "I am"); ?>--> <span id="typed"></span></h3> <?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)): ?> <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="#contact" class="main-btn arrow-btn"><?php echo e($keywords["Hire_me"] ?? 'Hire me'); ?></a> <?php endif; ?> </div> </div> <div class="col-lg-7"> <div class="hero-img"> <div class="image-shape"> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/circle-3.png')); ?>" class="lazy shape shape-one" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/circle-1.png')); ?>" class="lazy shape shape-two" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-1.png')); ?>" class="lazy shape shape-three" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-2.png')); ?>" class="lazy shape shape-four" alt=""> </div> <?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="Hero Image"> <?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="Hero Image"> <?php endif; ?> </div> </div> </div> </div> </section> <!--====== End Hero Section ======--> <!--====== Start About Section ======--> <section class="about-area pt-70 pb-70"> <div class="container"> <div class="row align-items-end"> <div class="col-lg-5"> <div class="about-img text-center mb-50"> <div class="image-shape"> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/circle-1.png')); ?>" class="lazy shape shape-one" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-2.png')); ?>" class="lazy shape shape-two" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-1.png')); ?>" class="lazy shape shape-three" alt=""> </div> <?php if(!empty($home_text->about_image)): ?> <img data-src="<?php echo e(asset('assets/front/img/user/home_settings/'.$home_text->about_image)); ?>" class="lazy" alt="About Image"> <?php endif; ?> <div class="about-shape"></div> </div> </div> <div class="col-lg-7"> <div class="about-content-box mb-50"> <div class="section-title mb-20"> <span class="sub-title"><?php echo e($home_text->about_title ?? 'My Resume'); ?></span> <h2><?php echo e($home_text->about_subtitle ?? 'About Me'); ?></h2> </div> <p><?php echo nl2br($home_text->about_content ?? ""); ?></p> <?php if(isset($userBs->cv)): ?> <a href="<?php echo e(asset('assets/front/img/user/cv/'.$userBs->cv)); ?>" class="btn-link" download="<?php echo e($user->username); ?>.pdf"><?php echo e($keywords["Download_CV"] ?? "Download CV"); ?><span class="btn-cirle"></span></a> <?php endif; ?> </div> </div> </div> </div> </section> <!--====== End About Section ======--> <?php if(is_array($userPermissions) && in_array('Skill',$userPermissions)): ?> <!--====== Start Skills Section ======--> <section class="skill-area pt-130 pb-80"> <div class="objects-shape"> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-3.png')); ?>" class="lazy shape shape-one" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-4.png')); ?>" class="lazy shape shape-two" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/h-ob-1.png')); ?>" class="lazy shape shape-three" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/h-ob-2.png')); ?>" class="lazy shape shape-four" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/h-ob-1.png')); ?>" class="lazy shape shape-five" alt=""> </div> <div class="container"> <div class="row align-items-center"> <div class="col-lg-5"> <div class="skill-img mb-50"> <?php if(isset($home_text->skills_image)): ?> <img data-src="<?php echo e(asset('assets/front/img/user/home_settings/'.$home_text->skills_image)); ?>" class="lazy" alt="Image"> <?php endif; ?> </div> </div> <div class="col-lg-7"> <div class="skill-content-box mb-20"> <div class="section-title mb-50"> <span class="sub-title"><?php echo e($home_text->skills_title ?? __('Skills')); ?></span> <h2 class="mb-20"><?php echo e($home_text->skills_subtitle ?? __('Technical Skills')); ?></h2> <p><?php echo nl2br($home_text->skills_content ?? ""); ?></p> </div> <div class="skill-wrapper"> <?php $__currentLoopData = $skills; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $skill): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="skill-item text-center mb-30"> <div class="skill-circle"> <div data-donutty data-radius="20" data-thickness="40" data-padding="6" data-round="false" data-bg="rgba(244, 190, 29, 0.22)" data-color="#<?php echo e($skill->color); ?>" data-value="<?php echo e($skill->percentage); ?>"></div> </div> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/shadow.png')); ?>" class="lazy img-shadow mb-15" alt="shadow"> <h5><?php echo e($skill->title); ?><span class="percentage"><?php echo e($skill->percentage); ?>%</span></h5> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> </section> <!--====== End Skills Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Service',$userPermissions)): ?> <!--====== Start Service Section ======--> <section class="service-area pt-110 pb-90" id="service"> <div class="objects-shape"> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-14.png')); ?>" class="lazy shape shape-one" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-15.png')); ?>" class="lazy shape shape-two" alt=""> </div> <div class="service-after-bg"></div> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="section-title text-center mb-50"> <span class="sub-title"><?php echo e($home_text->service_title ?? __('Services')); ?></span> <h2><?php echo e($home_text->service_subtitle ?? __('What I Do ?')); ?></h2> </div> </div> </div> <div class="row"> <?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6 col-sm-12"> <div class="service-item text-center mb-40"> <a class="service-img d-block" href="<?php echo e(route('front.user.service.detail',[getParam(),'slug' => $service->slug,'id' => $service->id])); ?>"> <img data-src="<?php echo e(isset($service->image) ? asset('assets/front/img/user/services/'.$service->image) : asset('assets/front/img/profile/service-1.jpg')); ?>" class="lazy" alt="Service Image"> </a> <div class="service-content"> <?php if($service->detail_page == 1): ?> <h3 class="title"><a href="<?php echo e(route('front.user.service.detail',[getParam(),'slug' => $service->slug,'id' => $service->id])); ?>"><?php echo e($service->name); ?></a></h3> <?php else: ?> <h3 class="title"><?php echo e($service->name); ?></h3> <?php endif; ?> <a <?php if($service->detail_page == 1): ?> href="<?php echo e(route('front.user.service.detail',[getParam(),'slug' => $service->slug,'id' => $service->id])); ?>" <?php endif; ?> class="btn-link"><?php echo e($keywords["Read_More"] ?? "Read More"); ?> <span class="btn-cirle"></span></a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== End Service Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Experience',$userPermissions)): ?> <!--====== Start Resume Section ======--> <section class="resume-area pb-90"> <div class="objects-shape"> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-3.png')); ?>" class="lazy shape shape-one" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/circle-1.png')); ?>" class="lazy shape shape-two" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-6.png')); ?>" class="lazy shape shape-three" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-7.png')); ?>" class="lazy shape shape-four" alt=""> </div> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title text-center mb-70"> <span class="sub-title"><?php echo e($home_text->experience_title ?? __('Experience')); ?></span> <h2><?php echo e($home_text->experience_subtitle ?? __('Experience')); ?></h2> </div> </div> </div> <div class="row"> <?php if(count($educations) > 0): ?> <div class="col-lg-6"> <div class="resume-wrapper"> <div class="resume-title text-center mb-50"> <h4 class="title title-one"><?php echo e($keywords["Education"] ?? "Education"); ?></h4> </div> <?php $__currentLoopData = $educations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $education): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="resume-item"> <div class="resume-content"> <h5><?php echo e($education->degree_name); ?></h5> <span class="date date-bg-one"> <?php echo e(\Carbon\Carbon::parse($education->start_date)->format('M j, Y')); ?> - <?php if(!empty($education->end_date)): ?> <?php echo e(\Carbon\Carbon::parse($education->end_date)->format('M j, Y')); ?> <?php else: ?> <?php echo e($keywords["Present"] ?? "Present"); ?> <?php endif; ?> </span> <p><?php echo nl2br($education->short_description); ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> <?php if(count($job_experiences) > 0): ?> <div class="col-lg-6"> <div class="resume-wrapper"> <div class="resume-title text-center mb-50"> <h4 class="title title-two"><?php echo e($keywords["Job"] ?? "Job"); ?></h4> </div> <?php $__currentLoopData = $job_experiences; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $job_experience): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="resume-item"> <div class="resume-content"> <h5><?php echo e($job_experience->designation); ?> [<?php echo e($job_experience->company_name); ?>]</h5> <span class="date date-bg-one"> <?php echo e(\Carbon\Carbon::parse($job_experience->start_date)->format('M j, Y')); ?> - <?php if($job_experience->is_continue == 0): ?> <?php echo e(\Carbon\Carbon::parse($job_experience->end_date)->format('M j, Y')); ?> <?php else: ?> <?php echo e($keywords["Present"] ?? "Present"); ?> <?php endif; ?> </span> <p><?php echo nl2br($job_experience->content); ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> </div> </div> </section> <!--====== End Resume Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Achievements',$userPermissions)): ?> <!--====== Start Counter Section ======--> <section class="counter-area bg_cover pt-120 pb-85 lazy" data-bg="<?php echo e(!empty($home_text->achievement_image) ? asset('assets/front/img/user/home_settings/' . $home_text->achievement_image) : asset('assets/front/img/profile1/theme4/counter-bg.jpg')); ?>"> <div class="container"> <div class="row"> <?php $__currentLoopData = $achievements; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $achievement): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-3 col-md-6 col-sm-12"> <div class="counter-item text-center"> <h2 class="number"><span class="count"><?php echo e($achievement->count); ?></span><span class="sm-text">+</span></h2> <h5><?php echo e($achievement->title); ?></h5> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== End Counter Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Portfolio',$userPermissions)): ?> <!--====== Start Project Section ======--> <section class="portfolio-area pt-120 pb-90" id="masonry-portfolio"> <div class="objects-shape"> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-13.png')); ?>" class="lazy shape shape-one" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-8.png')); ?>" class="lazy shape shape-two" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-7.png')); ?>" class="lazy shape shape-three" alt=""> </div> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title text-center mb-45"> <span class="sub-title"><?php echo e($home_text->portfolio_title ?? __('Portfolios')); ?></span> <h2><?php echo e($home_text->portfolio_subtitle ?? __('Portfolios')); ?></h2> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="portfolio-filter-button text-center"> <ul class="filter-btn mb-30"> <li data-filter="*" class="active"><?php echo e($keywords["All"] ?? "All"); ?></li> <?php $__currentLoopData = $portfolio_categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $portfolio_category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li data-filter=".cat-<?php echo e($portfolio_category->id); ?>"><?php echo e($portfolio_category->name); ?></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> </div> <div class="row masonry-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 portfolio-column cat-<?php echo e($portfolio->bcategory->id); ?>"> <div class="portfolio-item mb-30"> <div class="portfolio-img"> <img src="<?php echo e(asset('assets/front/img/user/portfolios/'.$portfolio->image)); ?>" alt="Image"> <div class="portfolio-overlay"> <div class="portfolio-content"> <h4 class="title"><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></h4> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== End Project Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Testimonial',$userPermissions)): ?> <!--====== Start Testimonial Section ======--> <section class="testimonial-area light-bg pt-120 pb-130"> <div class="objects-shape"> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-2.png')); ?>" class="lazy shape shape-one" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/h-ob-1.png')); ?>" class="lazy shape shape-two" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-9.png')); ?>" class="lazy shape shape-three" alt=""> </div> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="section-title text-center mb-60"> <span class="sub-title"><?php echo e($home_text->testimonial_title ?? __('Testimonials')); ?></span> <h2><?php echo e($home_text->testimonial_subtitle ?? __('Testimonials')); ?></h2> </div> </div> </div> <div class="testimonial-slider-one"> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="testimonial-item item-one"> <div class="wt-thumb"> <img src="<?php echo e(asset('assets/front/img/user/testimonials/'.$testimonial->image)); ?>" alt=""> <svg width="130" height="125" viewBox="0 0 117 114"> <path fill="#F57236" d="M89.8169 85.345L65.5127 98.7562C60.3865 101.585 54.145 101.463 49.1422 98.4367L25.3831 84.1077C20.3803 81.0815 17.3725 75.6305 17.4795 69.7846L18.0246 42.0444C18.1316 36.1985 21.3562 30.8531 26.4824 28.0244L50.7866 14.6132C55.9128 11.7846 62.1543 11.9065 67.1571 14.9327L90.9162 29.2617C95.919 32.2879 98.9268 37.7389 98.8198 43.5848L98.2747 71.325C98.1677 77.1709 94.9431 82.5163 89.8169 85.345Z"/> </svg> </div> <div class="testimonial-content"> <div class="author-info"> <h5><?php echo e($testimonial->name); ?></h5> <?php if(!empty($testimonial->occupation)): ?> <span class="location"><?php echo e($testimonial->occupation); ?></span> <?php endif; ?> </div> <p><?php echo nl2br($testimonial->content); ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== End Testimonial Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Blog',$userPermissions)): ?> <!--====== Start Blog Section ======--> <section class="blog-area pt-110 pb-90" id="blog"> <div class="objects-shape"> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-6.png')); ?>" class="shape shape-one" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-5.png')); ?>" class="shape shape-two" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-8.png')); ?>" class="shape shape-three" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-12.png')); ?>" class="shape shape-four" alt=""> </div> <div class="container">4 <div class="row justify-content-center"> <div class="col-lg-6"> <div class="section-title text-center mb-60"> <span class="sub-title"><?php echo e($home_text->blog_title ?? __('Blogs')); ?></span> <h2><?php echo e($home_text->blog_subtitle ?? "Blogs"); ?></h2> </div> </div> </div> <div class="row"> <?php $__currentLoopData = $blogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6 col-sm-12"> <div class="blog-post-item mb-40"> <a class="post-thumbnail d-block" href="<?php echo e(route('front.user.blog.detail', [getParam(), $blog->slug, $blog->id])); ?>"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/user/blogs/'.$blog->image)); ?>" alt="Blog Image"> </a> <div class="entry-content"> <div class="post-meta"> <ul> <li><span><i class="fas fa-user"></i><?php echo e($keywords['by'] ?? "by"); ?> <a><?php echo e($user->username); ?></a></span></li> <li><span><i class="fas fa-calendar-alt"></i><a><?php echo e(\Carbon\Carbon::parse($blog->created_at)->format('F j, Y')); ?></a></span></li> </ul> </div> <h3 class="title"><a href="<?php echo e(route('front.user.blog.detail', [getParam(), $blog->slug, $blog->id])); ?>"><?php echo e(strlen($blog->title) > 45 ? mb_substr($blog->title, 0, 45, 'UTF-8') . '...' : $blog->title); ?></a></h3> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== End Blog Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Contact',$userPermissions)): ?> <!--====== Start Contact Section ======--> <section class="contact-area light-bg pt-110 pb-120" id="contact"> <div class="objects-shape"> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/circle-3.png')); ?>" class="lazy shape shape-one" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-2.png')); ?>" class="lazy shape shape-two" alt=""> <img data-src="<?php echo e(asset('assets/front/img/profile1/theme4/objects/ob-11.png')); ?>" class="lazy shape shape-three" alt=""> </div> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="section-title text-center mb-50"> <span class="sub-title"><?php echo e($home_text->contact_title ?? __('Get in touch')); ?></span> <h2><?php echo e($home_text->contact_subtitle ?? __('Get in touch')); ?></h2> </div> </div> </div> <div class="row justify-content-center"> <div class="col-lg-10"> <div class="contact-wrapper"> <form class="contact-form" action="<?php echo e(route('front.contact.message', [getParam()])); ?>" enctype="multipart/form-data" method="post"> <?php echo csrf_field(); ?> <input type="hidden" name="id" value="<?php echo e($user->id); ?>"> <div class="row"> <div class="col-lg-4 col-md-6 col-sm-12"> <div class="form_group"> <input type="text" class="form_control" placeholder="<?php echo e($keywords["Name"] ?? "Name"); ?>" name="fullname" required> <?php if($errors->has('fullname')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('fullname')); ?></p> <?php endif; ?> </div> </div> <div class="col-lg-4 col-md-6 col-sm-12"> <div class="form_group"> <input type="email" class="form_control" placeholder="<?php echo e($keywords["Email_Address"] ?? "Email Address"); ?>" name="email" required> <?php if($errors->has('email')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('email')); ?></p> <?php endif; ?> </div> </div> <div class="col-lg-4 col-md-6 col-sm-12"> <div class="form_group"> <input type="text" class="form_control" placeholder="<?php echo e($keywords["Subject"] ?? "Subject"); ?>" name="subject" required> <?php if($errors->has('subject')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('subject')); ?></p> <?php endif; ?> </div> </div> <div class="col-lg-12"> <div class="form_group"> <textarea class="form_control" placeholder="<?php echo e($keywords["Message"] ?? "Message"); ?>" name="message"></textarea> <?php if($errors->has('message')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('message')); ?></p> <?php endif; ?> </div> </div> <div class="col-lg-12"> <div class="form_group text-center"> <button type="submit" class="main-btn arrow-btn"><?php echo e($keywords["Send_Message"] ?? "Send Message"); ?></button> </div> </div> </div> </form> </div> </div> </div> </div> </section> <!--====== End Contact Section ======--> <?php endif; ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.theme4.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/theme4/index.blade.php ENDPATH**/ ?>