Viewing file: 9c761c019e95329127bcff50ec5322c57abf1246.php (14.75 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?>
<?php echo e(get_settings('app_name')); ?> || Bulk Email MMarketing Tool
<?php $__env->stopSection(); ?>
<?php $__env->startSection('css'); ?>
<style>
.plan-section .card ul li {
padding-bottom: 3px;
border-bottom: 1px solid lightgrey;
margin-bottom: 15px;
}
.plan-section .card ul {
list-style: none;
font-size: 17px;
font-weight: 500;
margin-top: 18px;
}
.plan-section .card h6 {
font-size: 13px !important;
margin-top: 22px;
}
.plan-section .card h3 {
font-size: 30px !important;
margin-top: 9px;
}
.plan-section .card {
padding: 25px !important;
border-radius: 7px;
}
.plan-section .card a button {
margin-top: 10%;
}
</style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('main-content'); ?>
<?php
$homeSectione = json_decode(get_settings('home_section'));
$aboutSection = json_decode(get_settings('about_section'));
$featuresSection = json_decode(get_settings('features_section'));
$groupListBuilderSection = json_decode(get_settings('group_list_builder_section'));
$customerManagementSection = json_decode(get_settings('customer_management_section'));
$billingManagementSection = json_decode(get_settings('billing_management_section'));
$formAndEmailTemplateBuilderSection = json_decode(get_settings('form_and_email_template_builder_section'));
$planManagementSection = json_decode(get_settings('plan_management_section'));
$popularPaymentGatewaySection = json_decode(get_settings('popular_payment_gateway_section'));
?>
<section id="home" class="home">
<h1 class="banner"><?php echo e(isset($homeSectione)?$homeSectione->home_section_heading:old('home_section_heading')); ?></h1>
<h3 class="slogan"><?php echo e(isset($homeSectione)?$homeSectione->home_section_title:old('home_section_title')); ?></h3>
<a href="#pricing">
<button>get started</button>
</a>
<div class="wave wave1"></div>
<div class="wave wave2"></div>
<div class="wave wave3"></div>
<div class="fas fa-cog nut1"></div>
<div class="fas fa-cog nut2"></div>
</section>
<!-- home section ends -->
<!-- abuout section starts -->
<section id="about" class="about">
<h1 class="heading">about</h1>
<div class="row">
<div class="content">
<h3><?php echo e(isset($aboutSection)?$aboutSection->about_section_title:old('about_section_title')); ?></h3>
<p class="more-cont"><?php echo e(isset($aboutSection)?$aboutSection->about_section_description:old('about_section_description')); ?></p>
</div>
<div class="image">
<?php if(isset($aboutSection->about_section_img) && $aboutSection->about_section_img): ?>
<img src="<?php echo e(asset('uploads/'.$aboutSection->about_section_img)); ?>" alt="">
<?php endif; ?>
</div>
</div>
</section>
<!-- abuout section ends -->
<!-- features section starts -->
<section id="service" class="service">
<h1 class="heading">Key Features</h1>
<div class="row">
<div class="image">
<?php if(isset($featuresSection->features_section_img) && $featuresSection->features_section_img): ?>
<img src="<?php echo e(asset('uploads/'.$featuresSection->features_section_img)); ?>" alt="">
<?php endif; ?>
</div>
<div class="content">
<h3><?php echo e(isset($featuresSection)?$featuresSection->features_section_title:old('features_section_title')); ?></h3>
<p><?php echo e(isset($featuresSection)?$featuresSection->features_section_description:old('features_section_description')); ?></p>
</div>
</div>
<div class="row">
<div class="content">
<h3><?php echo e(isset($groupListBuilderSection)?$groupListBuilderSection->group_list_builder_section_title:old('group_list_builder_section_title')); ?></h3>
<p><?php echo e(isset($groupListBuilderSection)?$groupListBuilderSection->group_list_builder_section_description:old('group_list_builder_section_description')); ?></p>
</div>
<div class="image">
<?php if(isset($groupListBuilderSection->group_list_builder_section_img) && $groupListBuilderSection->group_list_builder_section_img): ?>
<img src="<?php echo e(asset('uploads/'.$groupListBuilderSection->group_list_builder_section_img)); ?>" alt="">
<?php endif; ?>
</div>
</div>
<div class="row">
<div class="image">
<?php if(isset($customerManagementSection->customer_management_section_img) && $customerManagementSection->customer_management_section_img): ?>
<img src="<?php echo e(asset('uploads/'.$customerManagementSection->customer_management_section_img)); ?>" alt="">
<?php endif; ?>
</div>
<div class="content">
<h3><?php echo e(isset($customerManagementSection)?$customerManagementSection->customer_management_section_title:old('customer_management_section_title')); ?></h3>
<p><?php echo e(isset($customerManagementSection)?$customerManagementSection->customer_management_section_description:old('customer_management_section_description')); ?></p>
</div>
</div>
<div class="row">
<div class="content">
<h3><?php echo e(isset($billingManagementSection)?$billingManagementSection->billing_management_section_title:old('billing_management_section_title')); ?></h3>
<p><?php echo e(isset($billingManagementSection)?$billingManagementSection->billing_management_section_description:old('billing_management_section_description')); ?></p>
</div>
<div class="image">
<?php if(isset($billingManagementSection->billing_management_section_img) && $billingManagementSection->billing_management_section_img): ?>
<img src="<?php echo e(asset('uploads/'.$billingManagementSection->billing_management_section_img)); ?>" alt="">
<?php endif; ?>
</div>
</div>
<div class="row">
<div class="image">
<?php if(isset($formAndEmailTemplateBuilderSection->form_and_email_template_builder_section_img) && $formAndEmailTemplateBuilderSection->form_and_email_template_builder_section_img): ?>
<img src="<?php echo e(asset('uploads/'.$formAndEmailTemplateBuilderSection->form_and_email_template_builder_section_img)); ?>" alt="">
<?php endif; ?>
</div>
<div class="content">
<h3><?php echo e(isset($formAndEmailTemplateBuilderSection)?$formAndEmailTemplateBuilderSection->form_and_email_template_builder_section_title:old('form_and_email_template_builder_section_title')); ?></h3>
<p><?php echo e(isset($formAndEmailTemplateBuilderSection)?$formAndEmailTemplateBuilderSection->form_and_email_template_builder_section_description:old('form_and_email_template_builder_section_description')); ?></p>
</div>
</div>
<div class="row">
<div class="content">
<h3><?php echo e(isset($planManagementSection)?$planManagementSection->plan_management_section_title:old('plan_management_section_title')); ?></h3>
<p><?php echo e(isset($planManagementSection)?$planManagementSection->plan_management_section_description:old('plan_management_section_description')); ?></p>
</div>
<div class="image">
<?php if(isset($planManagementSection->plan_management_section_img) && $planManagementSection->plan_management_section_img): ?>
<img src="<?php echo e(asset('uploads/'.$planManagementSection->plan_management_section_img)); ?>" alt="">
<?php endif; ?>
</div>
</div>
<div class="row">
<div class="image">
<?php if(isset($popularPaymentGatewaySection->popular_payment_gateway_section_img) && $popularPaymentGatewaySection->popular_payment_gateway_section_img): ?>
<img src="<?php echo e(asset('uploads/'.$popularPaymentGatewaySection->popular_payment_gateway_section_img)); ?>" alt="">
<?php endif; ?>
</div>
<div class="content">
<h3><?php echo e(isset($popularPaymentGatewaySection)?$popularPaymentGatewaySection->popular_payment_gateway_section_title:old('popular_payment_gateway_section_title')); ?></h3>
<p><?php echo e(isset($popularPaymentGatewaySection)?$popularPaymentGatewaySection->popular_payment_gateway_description:old('popular_payment_gateway_description')); ?></p>
</div>
</div>
</section>
<!-- features section ends -->
<!-- testimonial section starts -->
<section id="pricing" class="team">
<h1 class="heading">Pricing</h1>
<div class="row plan-section">
<?php $__currentLoopData = $plans; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $plan): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-sm-4">
<div class="card plan-card">
<h6><?php echo e($plan->title); ?></h6>
<h3><?php echo e(formatNumberWithCurrSymbol($plan->price)); ?></span></h3>
<h4><?php echo e(trans('admin.per_month')); ?></h4>
<ul>
<li><?php echo e(trans('Unlimited Support')); ?></li>
<li><?php echo e(trans('admin.form.contact_limit')); ?> <?php echo e($plan->contact_limit); ?></li>
<li><?php echo e(trans('customer.email_limit')); ?> <?php echo e($plan->email_limit); ?></li>
<li><?php echo e(trans('Cancel Anytime')); ?></li>
</ul>
<?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"><?php echo e(trans('customer.choose')); ?></button>
</form>
<?php else: ?>
<a href="<?php echo e(route('customer.billing.update',['id'=>$plan->id])); ?>">
<button class="btn"><?php echo e(trans('customer.choose')); ?></button>
</a>
<?php endif; ?>
<?php else: ?>
<?php if(get_settings('registration_status') && get_settings('registration_status')=='enable'): ?>
<a target="_blank" href="<?php echo e(route('signup',['plan_id'=>$plan->id])); ?>">
<button class="btn"><?php echo e(trans('customer.choose')); ?></button>
</a>
<?php endif; ?>
<?php endif; ?>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</section>
<!-- team section ends -->
<!-- contact section starts -->
<section id="contact" class="contact">
<h1 class="heading">contact us</h1>
<div class="row">
<div class="image">
<img src="<?php echo e(asset('front/images/contact-image.svg')); ?>" alt="">
</div>
<div class="form-container">
<form action="<?php echo e(route('front.contact.store')); ?>" method="post">
<?php echo csrf_field(); ?>
<div class="inputBox">
<input type="text" name="first_name" placeholder="first name">
<input type="text" name="last_name" placeholder="last name">
</div>
<input type="email" placeholder="email" name="email">
<textarea name="message" cols="30" rows="10" placeholder="message"></textarea>
<input type="submit" value="send">
</form>
</div>
</div>
</section>
<!-- contact section ends -->
<!-- FAQ section starts -->
<section id="faq" class="faq">
<h1 class="heading">FAQ</h1>
<div class="row">
<div class="image">
<img src="<?php echo e(asset('front/images/faq-image.svg')); ?>" alt="">
</div>
<div class="accordion-container">
<?php if($faqs->isNotEmpty()): ?>
<?php $__currentLoopData = $faqs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $faq): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="accordion">
<div class="accordion-header">
<span>+</span>
<h3><?php echo e($faq->question); ?></h3>
</div>
<div class="accordion-body">
<p><?php echo e($faq->answer); ?></p>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
</div>
</div>
</section>
<!-- FAQ section ends -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.frontLayout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/pcolfjqt/mail.picotech.app/resources/views/front/index.blade.php ENDPATH**/ ?>
|