Viewing file: 8d53801a86c2a867aa93446cc4349054f7c7ab0f.php (18.8 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> Home <?php $__env->stopSection(); ?>
<?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($template->title)?$template->title:''); ?></h1>
<p class="text-lg mb-5"><?php echo e(isset($template->description)?$template->description:''); ?></p>
<a href="<?php echo e(route('login')); ?>" class="btn btn-primary btn-split ml-2 pr-4 get-started">Login</a>
<a href="<?php echo e(route('signup')); ?>" class="btn btn-primary btn-split ml-2 pr-4 get-started">Sign Up</a>
</div>
<div class="col-lg-6 py-3 wow zoomIn">
<div class="img-place">
<?php if(isset($template->bg_image_file_name) && $template->bg_image_file_name): ?>
<img src="<?php echo e(asset('uploads/'.$template->bg_image_file_name)); ?>" class="img-fluid" alt="">
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<main>
<div class="page-section features">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-lg-4 py-3 wow fadeInUp">
<div class="d-flex flex-row">
<div class="img-fluid mr-3">
<?php if(isset($template->first_brand_img) && $template->first_brand_img): ?>
<img src="<?php echo e(asset('uploads/'.$template->first_brand_img)); ?>" class="img-fluid" alt="">
<?php endif; ?>
</div>
<div>
<h5><?php echo e(isset($template->first_brand_title)?$template->first_brand_title:''); ?></h5>
<p><?php echo e(isset($template->first_brand_description)?$template->first_brand_description:''); ?></p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 py-3 wow fadeInUp">
<div class="d-flex flex-row">
<div class="img-fluid mr-3">
<?php if(isset($template->sec_brand_img) && $template->sec_brand_img): ?>
<img src="<?php echo e(asset('uploads/'.$template->sec_brand_img)); ?>" class="img-fluid" alt="">
<?php endif; ?>
</div>
<div>
<h5><?php echo e(isset($template->sec_brand_title)?$template->sec_brand_title:''); ?></h5>
<p><?php echo e(isset($template->sec_brand_description)?$template->sec_brand_description:''); ?></p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 py-3 wow fadeInUp">
<div class="d-flex flex-row">
<div class="img-fluid mr-3">
<?php if(isset($template->thr_brand_img) && $template->thr_brand_img): ?>
<img src="<?php echo e(asset('uploads/'.$template->thr_brand_img)); ?>" class="img-fluid" alt="">
<?php endif; ?>
</div>
<div>
<h5><?php echo e(isset($template->thr_brand_title)?$template->thr_brand_title:''); ?></h5>
<p><?php echo e(isset($template->thr_brand_description)?$template->thr_brand_description:''); ?></p>
</div>
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-6 py-3 wow zoomIn">
<div class="img-place text-center">
<?php if(isset($template->sec_thr_bg_image_file) && $template->sec_thr_bg_image_file): ?>
<img src="<?php echo e(asset('uploads/'.$template->sec_thr_bg_image_file)); ?>" 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($template->sec_thr_title)?$template->sec_thr_title:''); ?></h2>
<div class="divider"></div>
<p><?php echo e(isset($template->sec_thr_description)?$template->sec_thr_description:''); ?></p>
<a href="<?php echo e(route('front.about')); ?>" class="btn btn-primary">Read More</a>
</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($template->section_marketing_tool_main_title)?$template->section_marketing_tool_main_title:''); ?></div>
<h2 class="title-section"><?php echo e(isset($template->section_marketing_tool_sub_title)?$template->section_marketing_tool_sub_title:''); ?></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($template->first_img_file_name) && $template->first_img_file_name): ?>
<img src="<?php echo e(asset('uploads/'.$template->first_img_file_name)); ?>" class="img-info" alt="">
<?php endif; ?>
</div>
<h5><?php echo e(isset($template->first_title)?$template->first_title:''); ?></h5>
<p><?php echo e(isset($template->first_description)?$template->first_description:''); ?></p>
</div>
<div class="col-lg-4 py-3 wow fadeInUp">
<div class="display-3">
<?php if(isset($template->sec_img_file_name) && $template->sec_img_file_name): ?>
<img src="<?php echo e(asset('uploads/'.$template->sec_img_file_name)); ?>" class="img-info" alt="">
<?php endif; ?>
</div>
<h5><?php echo e(isset($template->sec_title)?$template->sec_title:''); ?></h5>
<p><?php echo e(isset($template->sec_description)?$template->sec_description:''); ?></p>
</div>
<div class="col-lg-4 py-3 wow fadeInUp">
<div class="display-3">
<?php if(isset($template->thr_img_file_name) && $template->thr_img_file_name): ?>
<img src="<?php echo e(asset('uploads/'.$template->thr_img_file_name)); ?>" class="img-info" alt="">
<?php endif; ?>
</div>
<h5><?php echo e(isset($template->thr_title)?$template->thr_title:''); ?></h5>
<p><?php echo e(isset($template->thr_description)?$template->thr_description:''); ?></p>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-6 py-3 wow fadeInLeft">
<h2 class="title-section"><?php echo e(isset($template->sec_seven_title)?$template->sec_seven_title:''); ?></h2>
<div class="divider"></div>
<p class="mb-5"><?php echo e(isset($template->sec_seven_description)?$template->sec_seven_description:''); ?></p>
<a href="<?php echo e(route('front.features')); ?>" class="btn btn-primary">More Features</a>
</div>
<div class="col-lg-6 py-3 wow zoomIn">
<div class="img-place text-center">
<?php if(isset($template->sec_seven_bg_image_file) && $template->sec_seven_bg_image_file): ?>
<img src="<?php echo e(asset('uploads/'.$template->sec_seven_bg_image_file)); ?>" class="img-fluid" alt="">
<?php endif; ?>
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<?php if($plans->isNotempty()): ?>
<div class="page-section border-top">
<div class="container">
<div class="text-center wow fadeInUp">
<h2 class="title-section"><?php echo e(isset($template->sec_six_title)?$template->sec_six_title:''); ?></h2>
<div class="divider mx-auto"></div>
</div>
<div class="row justify-content-center">
<?php $__currentLoopData = $plans; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$plan): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-12 col-lg-auto py-3 wow fadeInLeft">
<div class="card-pricing <?php echo e($key==0?'active':'inactive'); ?>">
<div class="header">
<div class="price-icon"><span class="mai-people"></span></div>
<div class="price-title"><?php echo e($plan->title); ?></div>
</div>
<div class="body py-3">
<div class="price-tag">
<h2 class="display-4"><?php echo e(formatNumberWithCurrSymbol($plan->price)); ?></h2>
<span class="period">/<?php echo e($plan->recurring_type); ?></span>
</div>
<div class="price-info">
<p>Contact Limit <?php echo e($plan->contact_limit); ?></p>
<p>Daily Send Limit <?php echo e($plan->daily_send_limit); ?></p>
<p>Daily Receive Limit <?php echo e($plan->daily_receive_limit); ?></p>
<p>Device Limit <?php echo e($plan->device_limit); ?></p>
<p>Choose the plan that right for you</p>
</div>
</div>
<div class="footer">
<?php if(auth('customer')->check()): ?>
<?php if(Module::has('PaymentGateway') && Module::find('PaymentGateway')->isEnabled()): ?>
<form action="<?php echo e(route('paymentgateway::process')); ?>" method="post">
<?php echo csrf_field(); ?>
<input type="hidden" name="id" value="<?php echo e($plan->id); ?>">
<button type="submit" class="btn btn-outline rounded-pill">Choose Plan</button>
</form>
<?php endif; ?>
<?php elseif(get_settings('registration_status')=='enable'): ?>
<a href="<?php echo e(route('signup',['plan'=>$plan->id])); ?>"
class="btn btn-choose-plan rounded-pill">Choose Plan</a>
<?php endif; ?>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<?php endif; ?>
<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($template->first_commenter_img) && $template->first_commenter_img): ?>
<img src="<?php echo e(asset('uploads/'.$template->first_commenter_img)); ?>" alt="">
<?php endif; ?>
</div>
</div>
<div class="col-md-6 py-3">
<div class="testi-content">
<p><?php echo e(isset($template->first_commenter_comment)?$template->first_commenter_comment:''); ?></p>
<div class="entry-footer">
<strong><?php echo e(isset($template->first_commenter_name)?$template->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($template->sec_commenter_img) && $template->sec_commenter_img): ?>
<img src="<?php echo e(asset('uploads/'.$template->sec_commenter_img)); ?>" alt="">
<?php endif; ?>
</div>
</div>
<div class="col-md-6 py-3">
<div class="testi-content">
<p><?php echo e(isset($template->sec_commenter_comment)?$template->sec_commenter_comment:''); ?></p>
<div class="entry-footer">
<strong><?php echo e(isset($template->sec_commenter_name)?$template->sec_commenter_name:''); ?></strong>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 py-3 wow fadeInUp">
<h2 class="title-section">Get in Touch</h2>
<div class="divider"></div>
<p><?php echo e(isset($template->sec_thr_description)?$template->sec_thr_description:''); ?></p>
<ul class="contact-list">
<li>
<div class="icon"><span class="mai-map"></span></div>
<div class="content"><?php echo e(isset($template->address)?$template->address:''); ?></div>
</li>
<li>
<div class="icon"><span class="mai-mail"></span></div>
<div class="content"><a href="#"><?php echo e(isset($template->email)?$template->email:''); ?></a></div>
</li>
<li>
<div class="icon"><span class="mai-phone-portrait"></span></div>
<div class="content"><a href="#"><?php echo e(isset($template->phone_number)?$template->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="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/gateway.picotech.app/public_html/resources/views/front/index.blade.php ENDPATH**/ ?>
|