Viewing file: 09e71436aa661a51a2ff63c31cd76ad2f1475e5e.php (48.97 KB) -rwxrwxrwx Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(get_settings('app_name')); ?> <?php $__env->stopSection(); ?> <!-- Description --> <?php $__env->startSection('css'); ?> <style> @media (min-width: 768px) and (max-width: 991.98px) { .header .header-content { padding-top: 4rem; }
.restaurant-count-down-card { margin: 5px 0; }
.website-template-feature { display: flex; margin: 5px 0; }
.branded-mobile-app-sec { padding: 25px 0; }
.md-top { margin-top: 20px; }
.pricing-section-title { font-size: 45px; }
.navbar-collapse { height: 270px; }
.mobile-column-reverse { align-items: center; }
}
@media (max-width: 575.98px) { .mobile-column-reverse { flex-direction: column-reverse; align-items: center; }
.header .header-content { padding-top: 4rem; }
.restaurant-count-down-card { margin: 5px 0; }
.header h1 { font-size: 2rem; margin: 0; }
.banner-text-container { margin: 5px 0; }
.primary-btn { padding: 10px 15px; }
.primary-btn-outline { padding: 10px 15px; }
.padding-100 { padding-top: 50px; }
.restaurant-count-down { margin-top: 50px; }
.basic-1 .text-container { margin: 15px 0; }
.basic-1 { padding-top: 4rem; padding-bottom: 4rem; }
.md-top { margin-top: 20px; }
.website-build-section h2 { font-size: 16px; line-height: normal; }
.website-build-short-des { margin: 15px 0px; font-size: 14px; }
.website-template-feature { display: flex; margin: 5px 0; }
.website-build-title { margin-top: 15px }
.margin-100 { margin: 50px 0px; }
.banner-text-container h1 { font-size: 20px; line-height: normal; }
.p-large { font-size: 14px; }
.pricing-section { padding: 50px 0; }
.pricing-section-title { font-size: 25px; line-height: 20px; }
.pricing-section-des { margin: 15px 0; }
.main-title-text { font-size: 20px; line-height: 25px; }
.success-story-card { margin: 5px 0; }
.subscriber-section { padding: 50px 0; }
.main-title { font-size: 25px; line-height: 35px; }
button.subsriber-btn { padding: 15px 40px; } .order-icon-sec { background: #ffffff; padding: 13px; border-radius: 10px; color: #0020ff; font-size: 16px; } }
.company-text-sub-title { text-align: center; margin: 20px 0px; font-weight: 600; font-size: 15px; }
.success-card-title { max-height: 120px; min-height: 120px; } .modal .video-container { border: none; border-radius: 5px; max-width: 100%; } .website-template-feature { display: flex; align-items: center; margin: 5px 5px; } .branded-mobile-app-sec{ margin: 20px 0; } .plan-feature-name.no::before{ content: 'x' !important; background-color: #e36464 !important; }
</style> <?php $__env->stopSection(); ?> <?php $template = json_decode(get_settings('frontend_template')); $privacy_policy=isset(json_decode(get_settings('site_setting'))->privacy_policy)?json_decode(get_settings('site_setting'))->privacy_policy:''; $terms_conditions=isset(json_decode(get_settings('site_setting'))->terms_conditions)?json_decode(get_settings('site_setting'))->terms_conditions:''; $contact_address=isset(json_decode(get_settings('site_setting'))->contact_address)?json_decode(get_settings('site_setting'))->contact_address:''; $contact_email=isset(json_decode(get_settings('site_setting'))->contact_email)?json_decode(get_settings('site_setting'))->contact_email:''; $about_us=isset(json_decode(get_settings('site_setting'))->about_us)?json_decode(get_settings('site_setting'))->about_us:'';
?>
<?php $__env->startSection('main-section'); ?>
<header id="header" class="header"> <div class="header-content"> <div class="container"> <div class="row mobile-column-reverse"> <div class="col-lg-6 col-xl-5 col-md-6"> <div class="banner-text-container"> <h1><?php echo e(isset($template->title)?$template->title:''); ?></h1> <svg xmlns="http://www.w3.org/2000/svg" viewBox="30 110 500 90" preserveAspectRatio="none"> <path d="M9.3,127.3c49.3-3,150.7-7.6,199.7-7.4c121.9,0.4,189.9,0.4,282.3,7.2C380.1,129.6,181.2,130.6,70,139 c82.6-2.9,254.2-1,335.9,1.3c-56,1.4-137.2-0.3-197.1,9"> </path> </svg> <p class="p-large"><?php echo e(isset($template->banner_sub_title)?$template->banner_sub_title:''); ?>
</p> <a target="_blank" class="primary-btn page-scroll" href="#pricing">Registration</a> <a class="primary-btn-outline page-scroll" id="show-video" href="<?php echo e(route('registration')); ?>">Watch video <span><i class="fa fa-play watch-icon" aria-hidden="true"></i> </span> </a> </div> <!-- end of text-container --> </div> <!-- end of col --> <div class="col-lg-6 col-xl-7 col-md-6"> <div class="image-container"> <div class="img-wrapper"> <?php if(isset($template->bg_image_file_name) && $template->bg_image_file_name): ?> <div class="video-container">
<video id="video" src="<?php echo e(asset('uploads/'.$template->bg_image_file_name)); ?>"></video>
<div class="controls"> <div class="left-controls"> <button class="video-btn" id="playPause"><i class="fa fa-play"></i></button> <button class="video-btn" id="muteToggle"><i class="fa fa-volume-up"></i></button> <button class="video-btn" id="fullscreenToggle"><i class="fa fa-expand"></i></button>
</div> <div class="video-progress" id="progressBar"> <div class="progress-filled" id="progressFilled"></div> </div> </div> </div> <?php endif; ?>
</div> <!-- end of img-wrapper --> </div> <!-- end of image-container --> </div> <!-- end of col --> </div> <!-- end of row --> </div> <!-- end of container --> </div> <!-- end of header-content --> </header> <!-- end of header --> <div class="about-company-wrapper padding-100"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="row"> <div class="col-lg-8 mx-auto">
<div class="company-text-sub-title"> <?php echo e($template->section_two_sub_title ?? ''); ?>
</div> <div class="company-text-section"> <?php echo $template->section_two_title ?? ''; ?>
</div> </div> </div>
</div> <!-- end of col --> </div> <!-- end of row -->
<div class="row"> <div class="col-lg-12">
<div class="restaurant-count-down"> <div class="row"> <div class="col-lg-3 col-md-6"> <div class="restaurant-count-down-card"> <div class="count-down-number" data-count="<?php echo e($template->section_two_counter_value_one ?? 0); ?>">0</div> <div class="count-down-text"> <?php echo e(ucfirst($template->section_two_counter_title_one ?? '')); ?>
</div> </div> </div> <div class="col-lg-3 col-md-6"> <div class="restaurant-count-down-card"> <div class="count-down-number" data-count="<?php echo e($template->section_two_counter_value_two ?? 0); ?>">0</div> <div class="count-down-text"> <?php echo e(ucfirst($template->section_two_counter_title_two ?? '')); ?>
</div> </div> </div> <div class="col-lg-3 col-md-6"> <div class="restaurant-count-down-card"> <div class="count-down-number" data-count="<?php echo e($template->section_two_counter_value_three ?? 0); ?>">0</div> <div class="count-down-text"> <?php echo e(ucfirst($template->section_two_counter_title_three ?? '')); ?>
</div> </div> </div> <div class="col-lg-3 col-md-6"> <div class="restaurant-count-down-card"> <div class="count-down-number" data-count="<?php echo e($template->section_two_counter_value_four ?? 0); ?>">0</div> <div class="count-down-text"> <?php echo e(ucfirst($template->section_two_counter_title_four ?? '')); ?>
</div> </div> </div> </div>
</div>
</div> </div> </div> <!-- end of container --> </div> <!-- end of cards-1 --> <!-- end of description -->
<!-- Demo --> <div id="details" class="basic-1"> <div class="container"> <div class="row mobile-column-reverse"> <div class="col-lg-6 col-md-6"> <div class="text-container"> <div class="sub-title-text"> <?php echo e(isset($template->section_three_sub_title)?$template->section_three_sub_title:''); ?></div> <h2><?php echo e(isset($template->section_three_title)?$template->section_three_title:''); ?></h2> <div class="website-build-short-des"> <?php echo e(isset($template->section_three_description)?$template->section_three_description:''); ?>
</div> <a class="primary-btn page-scroll" href="#pricing">Start Now</a> </div> <!-- end of text-container --> </div> <!-- end of col --> <div class="col-lg-6 col-md-6"> <div class="image-container">
<?php if(isset($template->section_three_bg_image_file_name)): ?> <img class="img-fluid" src="<?php echo e(asset('uploads/'.$template->section_three_bg_image_file_name)); ?>" alt=""> <?php else: ?> <img class="img-fluid" src="" alt=""> <?php endif; ?> </div> <!-- end of image-container --> </div> <!-- end of col --> </div> <!-- end of row --> <div class="row d-none"> <div class="col-lg-12"> <div class="order-card-section"> <div class="row"> <div class="col-lg-4"> <div class="order-card"> <div class="icon-sec"> <i class="fa fa-bullhorn order-icon-sec" aria-hidden="true"></i> </div> <div class="order-card-title"> Food ordering made easy </div> <div class="order-card-des"> Let clients order online, from their tables, or through your branded mobile app. </div> <div class="order-card-link"> <a href="#" class="find-out-btn">Find Out More</a> </div> </div> </div> <div class="col-lg-4"> <div class="order-card"> <div class="icon-sec">
<i class="fa fa-briefcase order-icon-sec" aria-hidden="true"></i> </div> <div class="order-card-title"> Manage everything from one place </div> <div class="order-card-des"> Seamlessly manage menus, orders, and deliveries from one online ordering platform. </div> <div class="order-card-link"> <a href="#" class="find-out-btn">Find Out More</a> </div> </div> </div> <div class="col-lg-4"> <div class="order-card"> <div class="icon-sec">
<i class="fa fa-cogs order-icon-sec" aria-hidden="true"></i> </div> <div class="order-card-title"> Free setup service
</div> <div class="order-card-des"> Focus on your restaurant business, and let us set up your online ordering system! </div> <div class="order-card-link"> <a href="#" class="find-out-btn">Find Out More</a> </div> </div> </div>
</div> </div> </div> </div> </div> <!-- end of container --> </div>
<!-- Pricing --> <div id="website-build-section" class="website-build-section"> <div class="container"> <div class="row">
<div class="col-lg-6 col-md-6">
<div class="image-container"> <?php if(isset($template->feature_bg_image_file_name) && $template->feature_bg_image_file_name): ?> <img class="img-fluid" src="<?php echo e(asset('uploads/'.$template->feature_bg_image_file_name)); ?>" alt=""> <?php endif; ?> </div> <!-- end of image-container --> </div> <div class="col-lg-6 col-md-6"> <div class="sub-title-text md-top"> <?php echo e(isset($template->feature_sub_title)?$template->feature_sub_title:''); ?>
</div> <h2 class="website-build-title"><?php echo e($template->feature_main_title ?? ""); ?></h2> <div class="website-build-short-des"> <?php echo e($template->feature_description ?? ""); ?>
</div> <div class="feature-section-title row"> <div class="col-lg-6 col-md-6 col-6"> <div class="website-template-feature"> <div class="icon-sec"> <i class="fa fa-folder-open order-icon-sec" aria-hidden="true"></i> </div> <div class="website-template-feature-title"> <?php echo e($template->feature_one_title ?? ""); ?>
</div> </div> </div> <div class="col-lg-6 col-md-6 col-6"> <div class="website-template-feature"> <div class="icon-sec"> <i class="fa fa-file order-icon-sec" aria-hidden="true"></i> </div> <div class="website-template-feature-title"> <?php echo e($template->feature_two_title ?? ""); ?>
</div> </div> </div>
</div> <div class="feature-section-title row"> <div class="col-lg-6 col-md-6 col-6"> <div class="website-template-feature"> <div class="icon-sec"> <i class="fa fa-thumbs-up order-icon-sec" aria-hidden="true"></i> </div> <div class="website-template-feature-title"> <?php echo e($template->feature_three_title ?? ""); ?>
</div> </div> </div> <div class="col-lg-6 col-md-6 col-6"> <div class="website-template-feature"> <div class="icon-sec"> <i class="fas fa-dollar-sign order-icon-sec" aria-hidden="true"></i> </div> <div class="website-template-feature-title"> <?php echo e($template->feature_four_title ?? ""); ?>
</div> </div> </div> </div>
<div class="build-res-btn-sec"> <a href="#pricing" class="primary-btn">Build Restaurant Website</a> </div> </div> <!-- end of col --> </div> <!-- end of row -->
</div> <!-- end of container --> </div>
<div class="branded-mobile-app-sec"> <div class="container"> <div class="row mobile-column-reverse"> <div class="col-lg-12"> <div class="sub-title-text"> <?php echo e(isset($template->section_six_sub_title)?$template->section_six_sub_title:''); ?>
</div> </div> <div class="col-lg-6 col-md-6"> <h2 class="website-build-title"> <?php echo e(isset($template->section_six_title)?$template->section_six_title:''); ?>
</h2> <div class="website-build-short-des"> <?php echo e(isset($template->section_six_description)?$template->section_six_description:''); ?>
</div> <div class="common-features"> <?php if(isset($template->section_six_features) && $template->section_six_features): ?> <?php $six_sec_feature_items = json_decode($template->section_six_features); ?>
<?php $__currentLoopData = $six_sec_feature_items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $six_sec_feature_item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="common-feature d-flex"> <ul class="features-of-the-plan-list"> <li class="plan-feature-name"> <?php echo e($six_sec_feature_item ?? ''); ?>
</li> </ul>
</div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?>
</div>
<div class="mobile-app-create-sec"> <a href="#pricing" class="primary-btn"><?php echo e(trans('Register Now')); ?></a> </div>
</div> <div class="col-lg-6 col-md-6"> <div class="image-container"> <?php if(isset($template->section_six_bg_image_file_name) && $template->section_six_bg_image_file_name): ?> <img class="img-fluid" src="<?php echo e(asset('uploads/'.$template->section_six_bg_image_file_name)); ?>" alt=""> <?php endif; ?> </div> </div> </div> </div> </div>
<div class="online-store-section-create margin-100"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="main-title"> <?php echo e(isset($template->section_work_title)?$template->section_work_title:''); ?>
</div> <div class="sub-title"> <?php echo e(isset($template->section_work_sub_title)?$template->section_work_sub_title:''); ?>
</div> <div class="online-store-btn"> <a href="#pricing" class="primary-btn"><?php echo e(trans('Register Now')); ?></a> </div> </div> </div> <div class="row"> <div class="col-lg-12"> </div> </div> </div> </div>
<div class="food-delivery-sec margin-100"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-6"> <div class="image-container">
<?php if(isset($template->section_seven_bg_image_file_name) && $template->section_seven_bg_image_file_name): ?> <img class="img-fluid" src="<?php echo e(asset('uploads/'.$template->section_seven_bg_image_file_name)); ?>" alt=""> <?php endif; ?> </div> </div> <div class="col-lg-6 col-md-6"> <div class="sub-title-text md-top"> <?php echo e(isset($template->section_seven_sub_title)?$template->section_seven_sub_title:''); ?>
</div> <div class="main-title-text"> <?php echo e(isset($template->section_seven_title)?$template->section_seven_title:''); ?>
</div> <div class="website-build-short-des"> <?php echo e(isset($template->section_seven_description)?$template->section_seven_description:''); ?>
</div> <div class="common-features"> <?php if(isset($template->section_seven_features) && $template->section_seven_features): ?> <?php $seven_sec_feature_items = json_decode($template->section_seven_features); ?>
<?php $__currentLoopData = $seven_sec_feature_items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $seven_sec_feature_item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="common-feature d-flex"> <ul class="features-of-the-plan-list"> <li class="plan-feature-name"> <?php echo e($seven_sec_feature_item ?? ''); ?>
</li> </ul>
</div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?>
</div> <div class="online-store-btn"> <a href="#pricing" class="primary-btn">Enable Deliveries</a> </div> </div> </div> </div> </div>
<div class="delivery-management-sec margin-100"> <div class="container"> <div class="row mobile-column-reverse">
<div class="col-lg-6 col-md-6"> <div class="sub-title-text md-top"> <?php echo e(isset($template->section_eight_sub_title)?$template->section_eight_sub_title:''); ?>
</div> <div class="main-title-text"> <?php echo e(isset($template->section_eight_title)?$template->section_eight_title:''); ?>
</div> <div class="website-build-short-des"> <?php echo e(isset($template->section_eight_description)?$template->section_eight_description:''); ?>
</div> <div class="common-features"> <?php if(isset($template->section_eight_features) && $template->section_eight_features): ?> <?php $eight_sec_feature_items = json_decode($template->section_eight_features); ?>
<?php $__currentLoopData = $eight_sec_feature_items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $eight_sec_feature_item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="common-feature d-flex"> <ul class="features-of-the-plan-list"> <li class="plan-feature-name"> <?php echo e($eight_sec_feature_item ?? ''); ?>
</li> </ul>
</div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?>
</div> <div class="online-store-btn"> <a href="#pricing" class="primary-btn">Start Managing Deliveries</a> </div> </div> <div class="col-lg-6 col-md-6"> <div class="image-container"> <?php if(isset($template->section_eight_bg_image_file_name) && $template->section_eight_bg_image_file_name): ?> <img class="img-fluid" src="<?php echo e(asset('uploads/'.$template->section_eight_bg_image_file_name)); ?>" alt=""> <?php endif; ?> </div> </div> </div> </div> </div>
<div class="happy-client-sec margin-100 d-none"> <div class="container"> <div class="row">
<div class="col-lg-6 col-xl-7"> <div class="image-container"> <div class="img-wrapper"> <div class="video-container">
<video id="video" src="<?php echo e(asset('uploads/about_us_video.mp4')); ?>"></video>
<div class="controls"> <div class="left-controls"> <button class="video-btn" id="playPause"><i class="fa fa-play"></i></button> <button class="video-btn" id="muteToggle"><i class="fa fa-volume-up"></i></button> <button class="video-btn" id="fullscreenToggle"><i class="fa fa-expand"></i></button>
</div> <div class="video-progress" id="progressBar"> <div class="progress-filled" id="progressFilled"></div> </div> </div> </div>
</div> <!-- end of img-wrapper --> </div> <!-- end of image-container --> </div> <div class="col-lg-6 col-xl-5"> <div class="sub-title-text md-top"> Our happy clients </div> <div class="banner-text-container"> <h1>Sushi Kushi saved over $1,500,000 on commissions </h1> <p class="p-large">“Thanks to UpMenu we’ve saved over $1.5M in the last 10 years. This is the amount we would have paid to 3rd party portals with a 15% commission.” <p> <a target="_blank" class="primary-btn page-scroll" href="#pricing">Start Now</a> <a target="_blank" class="primary-btn-outline page-scroll" href="#pricing">Read The Story </a> </div> <!-- end of text-container --> </div> <!-- end of col --> </div> <div class="row d-none"> <div class="col-lg-12"> <div class="happy-clients-sec"> <div class="row"> <div class="col-lg-4"> <div class="client-review-card"> <div class="review-title"> Streamlined online ordering with enhanced customer loyalty </div> <div class="review-text-sec"> “Since we introduced the online ordering solution from UpMenu, handling online orders has become a breeze. Our customers have especially praised the ease of the online ordering process, and we’ve seen a noticeable increase in orders thanks to the integrated customer loyalty program.” </div> <div class="reviewer-name"> Sofia Rodriguez, </div> <div class="reviewer-position"> Owner of Bella Gusto </div> </div> </div> <div class="col-lg-4"> <div class="client-review-card"> <div class="review-title"> Streamlined online ordering with enhanced customer loyalty </div> <div class="review-text-sec"> “Since we introduced the online ordering solution from UpMenu, handling online orders has become a breeze. Our customers have especially praised the ease of the online ordering process, and we’ve seen a noticeable increase in orders thanks to the integrated customer loyalty program.” </div> <div class="reviewer-name"> Sofia Rodriguez, </div> <div class="reviewer-position"> Owner of Bella Gusto </div> </div> </div> <div class="col-lg-4"> <div class="client-review-card"> <div class="review-title"> Streamlined online ordering with enhanced customer loyalty </div> <div class="review-text-sec"> “Since we introduced the online ordering solution from UpMenu, handling online orders has become a breeze. Our customers have especially praised the ease of the online ordering process, and we’ve seen a noticeable increase in orders thanks to the integrated customer loyalty program.” </div> <div class="reviewer-name"> Sofia Rodriguez, </div> <div class="reviewer-position"> Owner of Bella Gusto </div> </div> </div> <div class="col-lg-4"> <div class="client-review-card"> <div class="review-title"> Streamlined online ordering with enhanced customer loyalty </div> <div class="review-text-sec"> “Since we introduced the online ordering solution from UpMenu, handling online orders has become a breeze. Our customers have especially praised the ease of the online ordering process, and we’ve seen a noticeable increase in orders thanks to the integrated customer loyalty program.” </div> <div class="reviewer-name"> Sofia Rodriguez, </div> <div class="reviewer-position"> Owner of Bella Gusto </div> </div> </div> <div class="col-lg-4"> <div class="client-review-card"> <div class="review-title"> Streamlined online ordering with enhanced customer loyalty </div> <div class="review-text-sec"> “Since we introduced the online ordering solution from UpMenu, handling online orders has become a breeze. Our customers have especially praised the ease of the online ordering process, and we’ve seen a noticeable increase in orders thanks to the integrated customer loyalty program.” </div> <div class="reviewer-name"> Sofia Rodriguez, </div> <div class="reviewer-position"> Owner of Bella Gusto </div> </div> </div> </div> </div> </div> </div> </div> <!-- end of container --> </div> <div class="pricing-section" id="pricing"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="pricing-section-title"> <?php echo e(isset($template->section_four_title)?$template->section_four_title:''); ?></div> <div class="row"> <div class="col-lg-4 mt-3 mx-auto"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="30 110 390 60" preserveAspectRatio="none"> <path d="M9.3,127.3c49.3-3,150.7-7.6,199.7-7.4c121.9,0.4,189.9,0.4,282.3,7.2C380.1,129.6,181.2,130.6,70,139 c82.6-2.9,254.2-1,335.9,1.3c-56,1.4-137.2-0.3-197.1,9"> </path> </svg> </div> </div> <div class="pricing-section-des"> <?php echo e(isset($template->section_four_sub_title)?$template->section_four_sub_title:''); ?></div>
</div> <?php if(isset($plans) && $plans): ?> <?php $__currentLoopData = $plans; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $plan): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6 mb-4"> <div class="plan-pricing-card upgraded-card"> <h3 class="plan-pricing-card-title"><?php echo e($plan->title); ?></h3> <div class="plan-pricing-card-price"><?php echo e(formatNumberWithCurrSymbol($plan->cost)); ?></div> <div class="plan-pricing-recuring-sec"><?php echo e($plan->recurring_type); ?></div>
<div class="features-of-the-plan-title"><?php echo e(trans('layout.features')); ?></div> <ul class="features-of-the-plan-list"> <li class="plan-feature-name"> <?php if($plan->item_unlimited == 'yes'): ?> <?php echo e(trans('layout.unlimited_items')); ?>
<?php else: ?> <strong><?php echo e($plan->item_limit); ?></strong> <?php echo e(trans('layout.item_limit')); ?>
<?php endif; ?> </li> <li class="plan-feature-name"> <?php if($plan->table_unlimited == 'yes'): ?> <?php echo e(trans('layout.unlimited_tables')); ?>
<?php else: ?> <strong><?php echo e($plan->table_limit); ?></strong> <?php echo e(trans('layout.table_limit')); ?>
<?php endif; ?> </li> <li class="plan-feature-name"> <?php if($plan->restaurant_unlimited == 'yes'): ?> <?php echo e(trans('layout.unlimited_restaurants')); ?>
<?php else: ?> <strong><?php echo e($plan->restaurant_limit); ?></strong> <?php echo e(trans('layout.restaurant_branch')); ?>
<?php endif; ?> </li> <li class="plan-feature-name"> <?php echo e(trans('layout.unlimited_support')); ?>
</li> <?php if($plan->pos_system == 'yes'): ?> <li class="plan-feature-name"> <?php echo e(trans('layout.pos_system')); ?>
</li> <?php else: ?> <li class="plan-feature-name no"> <?php echo e(trans('layout.pos_system')); ?>
</li> <?php endif; ?> </ul>
<div class="plan-pricing-card-btn-sec"> <a href="<?php echo e(route('registration', ['plan' => $plan->id])); ?>" class="primary-btn"> <?php echo e(trans('layout.subscribe')); ?>
</a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?>
</div> </div> </div>
<div class="success-story-section margin-100" id="stories"> <div class="container"> <div class="row"> <div class="col-lg-8 mx-auto"> <div class="sub-title-text text-center"> <?php echo e(isset($template->section_blog_title)?$template->section_blog_title:''); ?>
</div> <div class="main-title-text text-center"> <?php echo e(isset($template->section_blog_sub_title)?$template->section_blog_sub_title:''); ?>
</div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="success-story-card-sec"> <div class="row"> <?php if(isset($blogs) && $blogs): ?> <?php $__currentLoopData = $blogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-4"> <div class="success-story-card"> <div class="img-sec"> <?php if(isset($blog->image) && $blog->image): ?> <img class="success-card-img" src="<?php echo e(asset('uploads/'.$blog->image)); ?>" alt=""> <?php endif; ?> </div> <div class="success-card-title"> <a href="<?php echo e(route('blog.details',$blog->slug)); ?>" class="success-card-title-link"> <?php echo e($blog->title ?? ''); ?>
</a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?>
<div class="col-lg-12 text-center"> <div class="success-story-card-btn-sec"> <a href="<?php echo e(route('blogs')); ?>" class="primary-btn">Check More Success Stories</a> </div> </div> </div> </div> </div> </div> </div> <!-- end of container --> </div>
<div class="subscriber-section"> <div class="container"> <div class="row"> <div class="col-lg-8 mx-auto text-center">
<div class="subscriber-content"> <div class="sub-title-text mb-4"> Newslatter </div> <div class="main-title mb-5"> Stay Updated With The Latest News </div> <form method="post" action="<?php echo e(route('subscribe')); ?>" id="newsletterForm" data-toggle="validator" data-focus="false"> <?php echo csrf_field(); ?> <div class="form-group"> <input name="email" type="email" class="form-control-input" id="nemail" required> <label class="label-control" for="nemail"><?php echo e(trans('layout.email')); ?></label> <div class="help-block with-errors"></div> </div> <div class="form-group checkbox newslatter-link-text"> <input class="newslatter-link-text " type="checkbox" id="nterms" value="Agreed-to-Terms" required><?php echo e(trans('layout.i_have_read_and_agree_to')); ?>
<?php echo e(isset(json_decode(get_settings('site_setting'))->name)? json_decode(get_settings('site_setting'))->name:''); ?>'<?php echo e(trans('layout.s_written')); ?>
<a class="newslatter-link-text" href="<?php echo e(route('privacy.policy')); ?>}" class="newslatter-link-text"><?php echo e(trans('layout.privacy_policy')); ?></a> <strong class="newslatter-link-text"><?php echo e(trans('layout.and')); ?></strong> <a href="<?php echo e(route('terms.conditions')); ?>" class="newslatter-link-text"> <strong class="<?php echo e(trans('layout.terms_conditions')); ?>"><?php echo e(trans('layout.terms_conditions')); ?></strong> </a> <div class="help-block with-errors"></div> </div> <div class="form-group"> <button type="submit" class="subsriber-btn"><?php echo e(trans('layout.subscribe')); ?></button> </div> <div class="form-message"> <div id="nmsgSubmit" class="h3 text-center hidden"></div> </div> </form> </div> </div> </div> </div> </div>
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-lg"> <div class="modal-content">
<div class="modal-body p-0 border-0"> <?php if(isset($template->bg_image_file_name) && $template->bg_image_file_name): ?> <div class="video-container">
<video id="video_modal" src="<?php echo e(asset('uploads/'.$template->bg_image_file_name)); ?>"></video>
<div class="controls"> <div class="left-controls"> <button class="video-btn" id="playPause__modal"><i class="fa fa-play"></i></button> <button class="video-btn" id="muteToggle__modal"><i class="fa fa-volume-up"></i></button> <button class="video-btn" id="fullscreenToggle__modal"><i class="fa fa-expand"></i></button>
</div> <div class="video-progress" id="progressBar_modal"> <div class="progress-filled" id="progressFilled_modal"></div> </div> </div> </div> <?php endif; ?> </div>
</div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('js'); ?> <script> $(document).on('click' ,'#show-video',function(e){ e.preventDefault(); $('#exampleModal').modal('show'); }); </script> <script> const video_modal = document.getElementById('video_modal'); const playPause__modal = document.getElementById('playPause__modal'); const muteToggle__modal = document.getElementById('muteToggle__modal'); const fullscreenToggle__modal = document.getElementById('fullscreenToggle__modal'); const progressBar_modal = document.getElementById('progressBar_modal'); const progressFilled_modal = document.getElementById('progressFilled_modal');
// Toggle play/pause icon playPause__modal.addEventListener('click', () => { if (video_modal.paused) { video_modal.play(); playPause__modal.innerHTML = '<i class="fa fa-pause"></i>'; } else { video_modal.pause(); playPause__modal.innerHTML = '<i class="fa fa-play"></i>'; } });
// Toggle mute/unmute icon muteToggle__modal.addEventListener('click', () => { video_modal.muted = !video_modal.muted; muteToggle__modal.innerHTML = video_modal.muted ? '<i class="fa fa-volume-off"></i>' : '<i class="fa fa-volume-up"></i>'; });
// Fullscreen fullscreenToggle__modal.addEventListener('click', () => { if (!document.fullscreenElement) { video_modal.requestFullscreen().catch(err => { alert(`Error attempting fullscreen: ${err.message}`); }); } else { document.exitFullscreen(); } });
// Update progress bar video_modal.addEventListener('timeupdate', () => { const percent = (video_modal.currentTime / video.duration) * 100; progressFilled_modal.style.width = `${percent}%`; });
// Seek progressBar_modal.addEventListener('click', (e) => { const percent = e.offsetX / progressBar_modal.offsetWidth; video_modal.currentTime = percent * video_modal.duration; }); </script> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.frontTemplate', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/test.qr.picotech.app/public_html/resources/views/front/index.blade.php ENDPATH**/ ?>
|