Viewing file: 0e847e6d4bf40ca168dfee112b0bbbfe39397eab.php (21.03 KB) -rwxrwxrwx Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(trans('admin.home')); ?> <?php $__env->stopSection(); ?> <?php $sectionBanner = json_decode(get_settings('section_banner')); $sectionAbout = json_decode(get_settings('section_about')); $sectionWhyChoose = json_decode(get_settings('section_why_choose_us')); $sectionWhatWeOffer = json_decode(get_settings('section_what_we_offer')); $sectionHowItWorks = json_decode(get_settings('section_how_it_work')); $sectionTestimonial = json_decode(get_settings('section_testimonial')); $sectionSocialLink = json_decode(get_settings('section_social_link')); $sectionContactUs = json_decode(get_settings('section_contact_us')); ?> <?php $__env->startSection('content'); ?> <div class="page-banner home-banner"> <div class="container h-100"> <div class="row align-items-center h-100"> <div class="col-lg-6 py-3 wow fadeInUp"> <h1 class="mb-4"><?php echo e(isset($sectionBanner->banner_sec_title)?$sectionBanner->banner_sec_title:''); ?></h1> <p class="text-lg mb-5"><?php echo e(isset($sectionBanner->banner_sec_description)?$sectionBanner->banner_sec_description:''); ?></p> <a href="<?php echo e(route('login')); ?>" class="btn btn-primary btn-split ml-2 pr-4"><?php echo e(trans('admin.login')); ?></a> <a href="<?php echo e(route('signup')); ?>" class="btn btn-primary btn-split ml-2 pr-4"><?php echo e(trans('admin.sign_up')); ?></a> </div> <div class="col-lg-6 py-3 wow zoomIn"> <div class="img-place"> <?php if(isset($sectionBanner->banner_sec_bg_image_file_name) && $sectionBanner->banner_sec_bg_image_file_name): ?> <img src="<?php echo e(asset('uploads/'.$sectionBanner->banner_sec_bg_image_file_name)); ?>" class="img-fluid" alt=""> <?php endif; ?> </div> </div> </div> </div> </div> <main> <div class="page-section" id="about"> <div class="container"> <div class="row"> <div class="col-lg-6 py-3 wow zoomIn"> <div class="img-place text-center"> <?php if(isset($sectionAbout->about_sec_bg_image_file_name) && $sectionAbout->about_sec_bg_image_file_name): ?> <img src="<?php echo e(asset('uploads/'.$sectionAbout->about_sec_bg_image_file_name)); ?>" class="img-fluid" alt=""> <?php endif; ?> </div> </div> <div class="col-lg-6 py-3 wow fadeInRight"> <h2 class="title-section"><?php echo e(isset($sectionAbout->about_sec_title)?$sectionAbout->about_sec_title:''); ?></h2> <div class="divider"></div> <p><?php echo e(isset($sectionAbout->about_sec_description)?$sectionAbout->about_sec_description:''); ?></p> </div> </div> </div> <!-- .container --> </div> <!-- .page-section -->
<div class="page-section"> <div class="container"> <div class="text-center wow fadeInUp"> <div class="subhead"><?php echo e(isset($sectionWhyChoose->why_choose_sub_heading)?$sectionWhyChoose->why_choose_sub_heading:''); ?></div> <h2 class="title-section"><?php echo e(isset($sectionWhyChoose->why_choose_heading)?$sectionWhyChoose->why_choose_heading:''); ?></h2> <div class="divider mx-auto"></div> </div>
<div class="row mt-5 text-center"> <div class="col-lg-4 py-3 wow fadeInUp"> <div class="display-3"> <?php if(isset($sectionWhyChoose->why_choose_sec_first_bg_image_file_name) && $sectionWhyChoose->why_choose_sec_first_bg_image_file_name): ?> <img src="<?php echo e(asset('uploads/'.$sectionWhyChoose->why_choose_sec_first_bg_image_file_name)); ?>" class="img-info" alt=""> <?php endif; ?> </div> <h5><?php echo e(isset($sectionWhyChoose->why_choose_first_title)?$sectionWhyChoose->why_choose_first_title:''); ?></h5> <p><?php echo e(isset($sectionWhyChoose->why_choose_sec_first_description)?$sectionWhyChoose->why_choose_sec_first_description:''); ?></p> </div> <div class="col-lg-4 py-3 wow fadeInUp"> <div class="display-3"> <?php if(isset($sectionWhyChoose->why_choose_sec_second_bg_image_file_name) && $sectionWhyChoose->why_choose_sec_second_bg_image_file_name): ?> <img src="<?php echo e(asset('uploads/'.$sectionWhyChoose->why_choose_sec_second_bg_image_file_name)); ?>" class="img-info" alt=""> <?php endif; ?> </div> <h5><?php echo e(isset($sectionWhyChoose->why_choose_second_title)?$sectionWhyChoose->why_choose_second_title:''); ?></h5> <p><?php echo e(isset($sectionWhyChoose->why_choose_sec_second_description)?$sectionWhyChoose->why_choose_sec_second_description:''); ?></p> </div> <div class="col-lg-4 py-3 wow fadeInUp"> <div class="display-3"> <?php if(isset($sectionWhyChoose->why_choose_sec_third_bg_image_file_name) && $sectionWhyChoose->why_choose_sec_third_bg_image_file_name): ?> <img src="<?php echo e(asset('uploads/'.$sectionWhyChoose->why_choose_sec_third_bg_image_file_name)); ?>" class="img-info" alt=""> <?php endif; ?> </div> <h5><?php echo e(isset($sectionWhyChoose->why_choose_third_title)?$sectionWhyChoose->why_choose_third_title:''); ?></h5> <p><?php echo e(isset($sectionWhyChoose->why_choose_sec_third_description)?$sectionWhyChoose->why_choose_sec_third_description:''); ?></p> </div> </div> </div> <!-- .container --> </div> <!-- .page-section --> <div class="page-section bg-light" id="what_we_offer"> <div class="container"> <div class="item"> <div class="text-center mb-5"> <h3><?php echo e(isset($sectionWhatWeOffer->what_we_offer_heading)?$sectionWhatWeOffer->what_we_offer_heading:''); ?></h3> <p><?php echo e(isset($sectionWhatWeOffer->what_we_offer_sub_heading)?$sectionWhatWeOffer->what_we_offer_sub_heading:''); ?></p> </div> <div class="row align-items-center"> <div class="col-md-4 py-3"> <div class="testi-content"> <div class="what-we-offer pb-4"> <i class="fa fa-calendar offer-icons" aria-hidden="true"></i> </div> <div><?php echo e(isset($sectionWhatWeOffer->what_we_offer_first_title)?$sectionWhatWeOffer->what_we_offer_first_title:''); ?></div> <div class="entry-footer"> <p class="text-justify"><?php echo e(isset($sectionWhatWeOffer->what_we_offer_first_description)?$sectionWhatWeOffer->what_we_offer_first_description:''); ?></p> </div> </div> </div> <div class="col-md-4 py-3"> <div class="testi-content"> <div class="what-we-offer pb-4"> <i class="fa fa-phone offer-icons" aria-hidden="true"></i> </div> <div><?php echo e(isset($sectionWhatWeOffer->what_we_offer_second_title)?$sectionWhatWeOffer->what_we_offer_second_title:''); ?></div> <div class="entry-footer"> <p class="text-justify"><?php echo e(isset($sectionWhatWeOffer->what_we_offer_second_description)?$sectionWhatWeOffer->what_we_offer_second_description:''); ?></p> </div> </div> </div> <div class="col-md-4 py-3"> <div class="testi-content"> <div class="what-we-offer pb-4"> <i class="fa fa-star offer-icons" aria-hidden="true"></i> </div> <div><?php echo e(isset($sectionWhatWeOffer->what_we_offer_third_title)?$sectionWhatWeOffer->what_we_offer_third_title:''); ?></div> <div class="entry-footer"> <p class="text-justify"><?php echo e(isset($sectionWhatWeOffer->what_we_offer_third_description)?$sectionWhatWeOffer->what_we_offer_third_description:''); ?></p> </div> </div> </div> <div class="col-md-4 py-3"> <div class="testi-content"> <div class="what-we-offer pb-4"> <i class="fa fa-cloud-upload offer-icons" aria-hidden="true"></i> </div> <div><?php echo e(isset($sectionWhatWeOffer->what_we_offer_fourth_title)?$sectionWhatWeOffer->what_we_offer_fourth_title:''); ?></div> <div class="entry-footer"> <p class="text-justify"><?php echo e(isset($sectionWhatWeOffer->what_we_offer_fourth_description)?$sectionWhatWeOffer->what_we_offer_fourth_description:''); ?></p> </div> </div> </div> <div class="col-md-4 py-3"> <div class="testi-content"> <div class="what-we-offer pb-4"> <i class="fa fa-link offer-icons" aria-hidden="true"></i> </div> <div><?php echo e(isset($sectionWhatWeOffer->what_we_offer_fifth_title)?$sectionWhatWeOffer->what_we_offer_fifth_title:''); ?></div> <div class="entry-footer"> <p class="text-justify"><?php echo e(isset($sectionWhatWeOffer->what_we_offer_fifth_description)?$sectionWhatWeOffer->what_we_offer_fifth_description:''); ?></p> </div> </div> </div> <div class="col-md-4 py-3"> <div class="testi-content"> <div class="what-we-offer pb-4"> <i class="fa fa-usd offer-icons" aria-hidden="true"></i> </div> <div><?php echo e(isset($sectionWhatWeOffer->what_we_offer_sixth_title)?$sectionWhatWeOffer->what_we_offer_sixth_title:''); ?></div> <div class="entry-footer"> <p class="text-justify"><?php echo e(isset($sectionWhatWeOffer->what_we_offer_sixth_description)?$sectionWhatWeOffer->what_we_offer_sixth_description:''); ?></p> </div> </div> </div> </div> </div> </div> <!-- .container --> </div> <!-- .page-section -->
<div class="page-section bg-light"> <div class="container"> <div class="owl-carousel wow fadeInUp" id="testimonials"> <div class="item"> <div class="row align-items-center"> <div class="col-md-6 py-3"> <div class="testi-image"> <?php if(isset($sectionTestimonial->testimonial_first_commenter_image_file_name) && $sectionTestimonial->testimonial_first_commenter_image_file_name): ?> <img src="<?php echo e(asset('uploads/'.$sectionTestimonial->testimonial_first_commenter_image_file_name)); ?>" alt=""> <?php endif; ?> </div> </div> <div class="col-md-6 py-3"> <div class="testi-content"> <p><?php echo e(isset($sectionTestimonial->testimonial_first_commenter_comment)?$sectionTestimonial->testimonial_first_commenter_comment:''); ?></p> <div class="entry-footer"> <strong><?php echo e(isset($sectionTestimonial->testimonial_first_commenter_name)?$sectionTestimonial->testimonial_first_commenter_name:''); ?></strong> </div> </div> </div> </div> </div>
<div class="item"> <div class="row align-items-center"> <div class="col-md-6 py-3"> <div class="testi-image"> <?php if(isset($sectionTestimonial->testimonial_second_commenter_image_file_name) && $sectionTestimonial->testimonial_second_commenter_image_file_name): ?> <img src="<?php echo e(asset('uploads/'.$sectionTestimonial->testimonial_second_commenter_image_file_name)); ?>" alt=""> <?php endif; ?> </div> </div> <div class="col-md-6 py-3"> <div class="testi-content"> <p><?php echo e(isset($sectionTestimonial->testimonial_second_commenter_comment)?$sectionTestimonial->testimonial_second_commenter_comment:''); ?></p> <div class="entry-footer"> <strong><?php echo e(isset($sectionTestimonial->testimonial_second_commenter_name)?$sectionTestimonial->testimonial_second_commenter_name:''); ?></strong> </div> </div> </div> </div> </div>
</div> </div> <!-- .container --> </div> <!-- .page-section -->
<div class="page-section faq-section"> <div class="container"> <div class="text-center wow fadeInUp"> <h2 class="title-section"><?php echo e(isset($sectionHowItWorks->how_it_work_heading)?$sectionHowItWorks->how_it_work_heading:''); ?></h2> <div class="subhead"><?php echo e(isset($sectionHowItWorks->how_it_work_sub_heading)?$sectionHowItWorks->how_it_work_sub_heading:''); ?></div> <div class="divider mx-auto"></div> </div>
<div class="row mt-5 text-center"> <div class="col-lg-3 py-3 wow fadeInUp"> <div> <h1 class="how-it-work-steps">1</h1> </div> <h5><?php echo e(isset($sectionHowItWorks->how_it_work_title_one)?$sectionHowItWorks->how_it_work_title_one:''); ?></h5> <p><?php echo e(isset($sectionHowItWorks->how_it_work_description_one)?$sectionHowItWorks->how_it_work_description_one:''); ?></p> </div> <div class="col-lg-3 py-3 wow fadeInUp"> <div> <h1 class="how-it-work-steps">2</h1> </div> <h5><?php echo e(isset($sectionHowItWorks->how_it_work_title_two)?$sectionHowItWorks->how_it_work_title_two:''); ?></h5> <p><?php echo e(isset($sectionHowItWorks->how_it_work_description_two)?$sectionHowItWorks->how_it_work_description_two:''); ?></p> </div> <div class="col-lg-3 py-3 wow fadeInUp"> <div> <h1 class="how-it-work-steps">3</h1> </div> <h5><?php echo e(isset($sectionHowItWorks->how_it_work_title_three)?$sectionHowItWorks->how_it_work_title_three:''); ?></h5> <p><?php echo e(isset($sectionHowItWorks->how_it_work_description_three)?$sectionHowItWorks->how_it_work_description_three:''); ?></p> </div> <div class="col-lg-3 py-3 wow fadeInUp"> <div> <h1 class="how-it-work-steps">4</h1> </div> <h5><?php echo e(isset($sectionHowItWorks->how_it_work_title_four)?$sectionHowItWorks->how_it_work_title_four:''); ?></h5> <p><?php echo e(isset($sectionHowItWorks->how_it_work_description_four)?$sectionHowItWorks->how_it_work_description_four:''); ?></p> </div> </div> </div> <!-- .container --> </div> <!-- .page-section -->
<div class="page-section" id="contact"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6 py-3 wow fadeInUp"> <h2 class="title-section"><?php echo e(trans('admin.get_in_touch')); ?></h2> <div class="divider"></div> <p><?php echo e(isset($sectionContactUs->get_in_touch)?$sectionContactUs->get_in_touch:''); ?></p>
<ul class="contact-list"> <li> <div class="icon"><span class="mai-map"></span></div> <div class="content"><?php echo e(isset($sectionContactUs->full_address)?$sectionContactUs->full_address:''); ?></div> </li> <li> <div class="icon"><span class="mai-mail"></span></div> <div class="content"><a href="#"><?php echo e(isset($sectionContactUs->email)?$sectionContactUs->email:''); ?></a></div> </li> <li> <div class="icon"><span class="mai-phone-portrait"></span></div> <div class="content"><a href="#"><?php echo e(isset($sectionContactUs->phone_number)?$sectionContactUs->phone_number:''); ?></a></div> </li> </ul> </div> <div class="col-lg-6 py-3 wow fadeInUp"> <div class="subhead">Contact Us</div> <h2 class="title-section">Drop Us a Line</h2> <div class="divider"></div> <form action="<?php echo e(route('front.customer.contact.store')); ?>" method="post"> <?php echo csrf_field(); ?> <div class="py-2"> <input type="text" name="name" class="form-control" placeholder="Full name"> </div> <div class="py-2"> <input type="email" name="subscribe_email" class="form-control" placeholder="Email"> </div> <div class="py-2"> <textarea rows="6" name="message" class="form-control" placeholder="Enter message"></textarea> </div> <button type="submit" class="btn btn-primary rounded-pill mt-4">Send Message</button> </form> </div> </div> </div> <!-- .container --> </div> <!-- .page-section --> </main> <?php $__env->stopSection(); ?>
<?php $__env->startSection('extra-scripts'); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.front', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/test.smm.picotech.app/public_html/resources/views/front/index.blade.php ENDPATH**/ ?>
|