Viewing file: 04c6e9b4992e325052425ce7b63c874facc00034.php (25.58 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(get_settings('app_name')); ?> - <?php echo e(trans('admin.a_bulk_sms_arketing_tool')); ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('css'); ?>
<style>
.accordion-button {
width: 100% !important;
text-align: left;
}
.payment-partner{
height: 100px;
width: 100%;
}
.payment-partner img{
height: 100%;
}
.text-white{
color: white !important;
}
.ribbon-wrapper .ribbon {
font-size: 10px !important;
padding: 8px 4px 8px 4px !important;
}
.ribbon-wrapper {
height: 70px;
overflow: hidden;
position: absolute;
width: 70px;
z-index: 10;
margin-top: 6px !important;
top: 10px;
right: 35px;
}
.ribbon-wrapper .ribbon {
box-shadow: 0 0 3px rgba(0,0,0,.3);
font-size: .8rem;
line-height: 100%;
padding: 0.375rem 0;
position: relative;
right: -2px;
text-align: center;
text-shadow: 0 -1px 0 rgba(0,0,0,.4);
text-transform: uppercase;
top: 10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 90px;
}
.bg-danger{
color: #fff!important;
background-color: #f0696c !important;
}
.card-pricing.marked .body p a{
color:white !important;
}
.card-pricing.marked .body p{
color:white !important;
}
.footer .btn-pricing{
color: black !important;
}
</style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('header'); ?>
<?php $template = json_decode(get_settings('template')); ?>
<div class="container">
<div class="page-banner home-banner">
<div class="row align-items-center flex-wrap-reverse h-100">
<div class="col-md-6 py-5 wow fadeInLeft">
<h1 class="mb-4"><b><?php echo e(get_settings('app_name')); ?> -</b> <?php echo e(isset($template->title)?$template->title:''); ?> </h1>
<p class="text-lg text-grey mb-5"><?php echo e(isset($template->description)?$template->description:''); ?> </p>
<?php if(get_settings('registration_status')=='enable'): ?>
<a href="<?php echo e(route('signup')); ?>" class="btn btn-primary btn-split pr-4"><?php echo e(trans('admin.get_started')); ?></a>
<?php endif; ?>
</div>
<div class="col-md-6 py-5 wow zoomIn">
<div class="img-fluid text-center">
<?php if(isset($template->bg_image_file_name)): ?>
<img src="<?php echo e(asset('uploads/'.$template->bg_image_file_name)); ?>" class="img-fluid" alt="">
<?php else: ?>
<img src="<?php echo e(asset('front/img/banner_image_1.svg')); ?>" alt="">
<?php endif; ?>
</div>
</div>
</div>
<a href="#about" class="btn-scroll" data-role="smoothscroll"><span class="mai-arrow-down"></span></a>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('main-section'); ?>
<div class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="header">
<?php if(isset($template->first_img_file_name)): ?>
<img src="<?php echo e(asset('uploads/'.$template->first_img_file_name)); ?>" alt="">
<?php else: ?>
<img src="<?php echo e(asset('front/img/services/service-3.svg')); ?>" alt="">
<?php endif; ?>
</div>
<div class="body">
<h5 class="text-secondary"><?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>
</div>
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="header">
<?php if(isset($template->sec_img_file_name)): ?>
<img src="<?php echo e(asset('uploads/'.$template->sec_img_file_name)); ?>" alt="">
<?php else: ?>
<img src="<?php echo e(asset('front/img/services/service-3.svg')); ?>" alt="">
<?php endif; ?>
</div>
<div class="body">
<h5 class="text-secondary"><?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>
</div>
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="header">
<?php if(isset($template->thr_img_file_name)): ?>
<img src="<?php echo e(asset('uploads/'.$template->thr_img_file_name)); ?>" alt="">
<?php else: ?>
<img src="<?php echo e(asset('front/img/services/service-3.svg')); ?>" alt="">
<?php endif; ?>
</div>
<div class="body">
<h5 class="text-secondary"><?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>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section" id="about">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 py-3 wow fadeInUp">
<span class="subhead">About <?php echo e(get_settings('app_name')); ?></span>
<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('about.us')); ?>" class="btn btn-primary mt-3"><?php echo e(trans('admin.read_more')); ?></a>
</div>
<div class="col-lg-6 py-3 wow fadeInRight">
<div class="img-fluid py-3 text-center">
<?php if(isset($template->sec_thr_bg_image_file)): ?>
<img src="<?php echo e(asset('uploads/'.$template->sec_thr_bg_image_file)); ?>" alt="">
<?php else: ?>
<img src="<?php echo e(asset('front/img/about_frame.png')); ?>" alt="">
<?php endif; ?>
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section bg-light">
<div class="container">
<div class="text-center wow fadeInUp">
<div class="subhead">Features</div>
<h2 class="title-section"><?php echo e(isset($template->main_title)?$template->main_title:''); ?></h2>
<div class="divider mx-auto"></div>
</div>
<div class="row">
<?php if(isset($template->sec_four_description) && isset($template->sec_four_title )): ?>
<?php $__currentLoopData = $template->sec_four_description; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$secFourDescription): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php $__currentLoopData = $template->sec_four_title; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $keyOne=>$secFourtitle): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($key == $keyOne && $secFourDescription && $secFourtitle): ?>
<div class="col-sm-6 col-lg-4 col-xl-3 py-3 wow zoomIn">
<div class="features">
<div class="header mb-3">
<span class="mai-business"></span>
</div>
<h5><?php echo e($secFourtitle); ?></h5>
<p><?php echo e($secFourDescription); ?></p>
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
<div class="col-sm-12 text-center">
<a href="<?php echo e(route('features')); ?>" class="btn btn-primary mt-3"><?php echo e(trans('admin.view_more')); ?></a>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section banner-seo-check">
<div class="wrap bg-image" style="background-image: url(../assets/img/bg_pattern.svg);">
<div class="container text-center">
<div class="row justify-content-center wow fadeInUp">
<div class="col-lg-8">
<h2 class="mb-4"><?php echo e(isset($template->sec_five_title)?$template->sec_five_title:''); ?></h2>
<form action="<?php echo e(route('admin.subscribe.subscribe.store')); ?>" method="post">
<?php echo csrf_field(); ?>
<input type="email" name="subscribe_email" class="form-control"
placeholder="E.g example@gmail.com">
<button type="submit" class="btn btn-success text-white"><?php echo e(trans('admin.subscribe')); ?></button>
</form>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .wrap -->
</div> <!-- .page-section -->
<?php if($plans->isNotempty()): ?>
<div class="page-section">
<div class="container">
<div class="text-center wow fadeInUp">
<div class="subhead"><?php echo e(trans('admin.pricing_plan')); ?></div>
<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 mt-5">
<?php $__currentLoopData = $plans; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$plan): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-lg-4 py-3 wow zoomIn">
<?php if($plan->set_as_popular=='yes'): ?>
<div class="ribbon-wrapper">
<div class="ribbon bg-danger">
Popular
</div>
</div>
<?php endif; ?>
<div class="card-pricing <?php echo e($key==0?'marked':''); ?>">
<div class="header">
<div class="pricing-type"><?php echo e($plan->title); ?></div>
<div class="price">
<span class="dollar"></span>
<h1><?php echo e(trans('For')); ?>: <?php echo e(formatNumberWithCurrSymbol($plan->price)); ?><span class="suffix d-none">.99</span></h1>
</div>
<h5><?php echo e(ucfirst(str_replace('_','-',$plan->recurring_type))); ?></h5>
</div>
<div class="body">
<p>
<small><?php echo e($plan->short_description); ?></small>
</p>
<p class="text-muted"><strong><?php echo e(trans('Recurring Type')); ?></strong>: <?php echo e(ucfirst($plan->recurring_type)); ?></p>
<?php if($plan->unlimited_contact=='yes'): ?>
<p class="text-muted"><strong><?php echo e(trans('Contact Limit')); ?></strong>: <?php echo e(trans('Unlimited')); ?></p>
<?php else: ?>
<p class="text-muted"><strong><?php echo e(trans('Contact Limit')); ?></strong>: <?php echo e($plan->max_contact); ?></p>
<?php endif; ?>
<?php if($plan->unlimited_contact_group=='yes'): ?>
<p class="text-muted"><strong><?php echo e(trans('Group Limit')); ?></strong>: <?php echo e(trans('Unlimited')); ?></p>
<?php else: ?>
<p class="text-muted"><strong><?php echo e(trans('Group Limit')); ?></strong>: <?php echo e($plan->contact_group_limit); ?></p>
<?php endif; ?>
<p class="text-muted"><strong><?php echo e(trans('Free SMS Unit')); ?></strong>: <?php echo e($plan->free_sms_credit); ?></p>
<p class="text-muted"><strong><?php echo e(trans('SMS Unit Price')); ?></strong>: <?php echo e($plan->sms_unit_price); ?></p>
<?php if($plan->api_availability=='yes'): ?>
<p class="text-muted"><strong><?php echo e(trans('API Available')); ?></strong>: Yes</p>
<?php else: ?>
<p class="text-muted"><strong><?php echo e(trans('API Available')); ?></strong>: No</p>
<?php endif; ?>
<p class="text-muted"><strong><?php echo e(trans('SMS Send Limit')); ?></strong>: <?php echo e($plan->sms_sending_limit); ?>(<small>Per Month</small>)</p>
<p><?php echo e(trans('customer.unlimited_support')); ?></p>
<p><?php echo e(trans('customer.cancel_anytime')); ?></p>
<p class="text-muted">
<a href="<?php echo e(route('coverage',[$plan->id])); ?>" target="_blank">See Coverage</a>
</p>
</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-pricing btn-block text-white"><?php echo e(trans('admin.subscribe')); ?>
</button>
</form>
<?php endif; ?>
<?php elseif(get_settings('registration_status')=='enable'): ?>
<a href="<?php echo e(route('signup',['plan'=>$plan->id])); ?>"
class="btn btn-pricing btn-block text-white"><?php echo e(trans('admin.subscribe')); ?></a>
<?php endif; ?>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<?php endif; ?>
<!-- Banner info -->
<div class="page-section banner-info">
<div class="wrap bg-image" style="background-image: url(../assets/img/bg_pattern.svg);">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 py-3 pr-lg-5 wow fadeInUp">
<h2 class="title-section"><?php echo e(isset($template->sec_seven_title)?$template->sec_seven_title:''); ?></h2>
<div class="divider"></div>
<p><?php echo e(isset($template->sec_seven_description)?$template->sec_seven_description:''); ?></p>
</div>
<div class="col-lg-6 py-3 wow fadeInRight">
<div class="img-fluid text-center">
<?php if(isset($template->sec_seven_bg_image_file)): ?>
<img src="<?php echo e(asset('uploads/'.$template->sec_seven_bg_image_file)); ?>" alt="">
<?php else: ?>
<img src="<?php echo e(asset('front/img/banner_image_2.svg')); ?>" alt="">
<?php endif; ?>
</div>
</div>
</div>
</div>
</div> <!-- .wrap -->
</div> <!-- .page-section -->
<?php if(!get_settings('for_seller') || get_settings('for_seller') != 'true'): ?>
<!-- Blog -->
<div class="page-section">
<div class="wrap bg-image">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12 py-3 pr-lg-5 wow fadeInUp">
<h2 class="title-section"><?php echo e(trans('admin.read_more')); ?><br><?php echo e(trans('admin.frequent_questions')); ?></h2>
</div>
<div class="col-lg-6 wow fadeInUp">
<div class="accordion" id="accordionExample">
<?php $__currentLoopData = $faqs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $faq): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($key < 4): ?>
<div class="accordion-item">
<h2 class="accordion-header" id="heading_<?php echo e($key); ?>">
<button class="accordion-button btn btn-sm btn-primary d-block"
type="button"
data-toggle="collapse" data-target="#collapse_<?php echo e($key); ?>"
aria-expanded="true"
aria-controls="collapseOne">
<?php echo e($faq->question); ?>
</button>
</h2>
<div id="collapse_<?php echo e($key); ?>"
class="accordion-collapse collapse <?php echo e($key==0?'show':''); ?>"
aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="accordion-body">
<?php echo e($faq->answer); ?>
</div>
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<div class="col-lg-6 wow fadeInUp">
<div class="accordion" id="accordionExampleTwo">
<?php $__currentLoopData = $faqs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $faq): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($key >= 4 && $key < 8): ?>
<div class="accordion-item">
<h2 class="accordion-header" id="heading_<?php echo e($key); ?>">
<button class="accordion-button btn btn-sm btn-primary d-block"
type="button"
data-toggle="collapse" data-target="#collapse_<?php echo e($key); ?>"
aria-expanded="true"
aria-controls="collapseOne">
<?php echo e($faq->question); ?>
</button>
</h2>
<div id="collapse_<?php echo e($key); ?>"
class="accordion-collapse collapse"
aria-labelledby="headingOne" data-parent="#accordionExampleTwo">
<div class="accordion-body">
<?php echo e($faq->answer); ?>
</div>
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div>
</div> <!-- .wrap -->
</div>
<div class="page-section mt-3">
<div class="wrap bg-image">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-12">
<div>
<h2 class="title-section"> <?php echo isset($template->payment_gateway_desc)?clean($template->payment_gateway_desc):''; ?></h2>
</div>
</div>
</div>
<div class="row mt-2">
<?php if(isset($template->payment_gateway_img)): ?>
<?php $__currentLoopData = json_decode($template->payment_gateway_img); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $img): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if(isset($img)): ?>
<div class="col-md-2 col-lg-2 col-sm-3 mx-auto">
<div class="payment-partner">
<img src="<?php echo e(asset('/uploads/'.$img)); ?>" class="w-100" alt="">
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('js'); ?>
<?php if(get_settings('crisp_token')): ?>
<script type="text/javascript">window.$crisp = [];
window.CRISP_WEBSITE_ID = "<?php echo e(get_settings('crisp_token')); ?>";
(function () {
d = document;
s = d.createElement("script");
s.src = "https://client.crisp.chat/l.js";
s.async = 1;
d.getElementsByTagName("head")[0].appendChild(s);
})();</script>
<?php endif; ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.frontLayout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH E:\actiontexts\resources\views/front/index.blade.php ENDPATH**/ ?>
|