Viewing file: 4f38697e7c4bc4ba3d57830bb2b41f8a.php (14.31 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html>
<?php $contactData = get_settings('contact_info') ? json_decode(get_settings('contact_info')) : ''; $siteDirection=isset(json_decode(get_settings('local_setting'))->direction)?json_decode(get_settings('local_setting'))->direction:'ltr'; ?> <html lang="en" dir="<?php echo e($siteDirection); ?>">
<html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7"> <html class="no-js lt-ie10 lt-ie9 lt-ie8"> <html class="no-js lt-ie10 lt-ie9"> <html class="no-js lt-ie10"> <html class="no-js">
<head> <!-- Basic Page Needs --> <meta charset="utf-8"> <title><?php echo $__env->yieldContent('title'); ?></title> <meta name="description" content=""> <meta name="author" content=""> <!-- Mobile Specific Metas --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Favicons --> <?php if(get_settings('app_favicon')): ?> <link rel="shortcut icon" href="<?php echo e(asset('uploads/'.get_settings('app_favicon'))); ?>" type="image/x-icon"> <?php endif; ?>
<!-- FONTS --> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Barlow:100,200,300,400,400italic,500,600,700,700italic,900'> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Syne:100,200,300,400,400italic,500,600,700,700italic,900'> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,400italic,500,600,700,700italic,900'> <!-- Bootstrap core CSS --> <link href="<?php echo e(asset('front/css/bootstrap.min.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('front/css/style.css')); ?>" rel="stylesheet"> <!--CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" /> <?php $template = json_decode(get_settings('template')); ?> <style> .header-bg-color { background-color: #1c1c1a !important; } .navbar-brand{ width: 110px; } img.app-logo { width: 100%; height: 100%; }
.custom-input { /*background: rgba(252, 88, 48, 1) !important;*/ color: white !important; } .form-control:focus{ color: #000000 !important; background-color: rgb(255 255 255)!important; } .main-h-nav{ padding-left: 115px; padding-right: 115px; } #main-footer-section{ position: absolute; width: 100%; }
.navbar-light .navbar-toggler-icon{ background-color: white !important; -webkit-mask-image: url('<?php echo e(asset('front/css/images/bars-solid.svg')); ?>') !important; mask-image: url('<?php echo e(asset('front/css/images/bars-solid.svg')); ?>') !important; }
@media (max-width: 720px) { .faq-title{ font-size: 30px !important; } .choose-package-card-item{ margin: 0px 40px !important; }
.main-h-nav{ padding-left: 20px !important; padding-right: 20px !important; } .navbar-toggler{ font-size: 12px !important; } .plan-sec-title{ line-height: 45px !important; } .plan-content-wrapper .plan-des-content{ font-size: 40px !important; line-height: 40px !important; } .plan-content-wrapper{ position: absolute; left: 25% !important; transform: translate(-25%, -50%) !important; } .contact-us-title{ line-height: 40px !important; } } </style>
<?php echo $__env->yieldContent('css'); ?> </head>
<body class="home page content-brightness-dark input-brightness-dark style-simple button-custom layout-full-width one-page if-modern-overlay no-content-padding no-shadows header-transparent sticky-header sticky-tb-color ab-hide subheader-both-center menu-link-color menuo-right logo-no-margin footer-copy-center mobile-tb-center mobile-side-slide mobile-mini-mr-ll tablet-sticky mobile-sticky mobile-icon-user-ss mobile-icon-wishlist-ss mobile-icon-search-ss mobile-icon-wpml-ss mobile-icon-action-ss be-page-6">
<nav class="navbar navbar-expand-lg main-h-nav navbar-light header-bg-color bg-dark"> <?php if(get_settings('app_logo')): ?> <a class="navbar-brand" href="<?php echo e(route('home')); ?>"> <img src="<?php echo e(asset('uploads/'.get_settings('app_logo'))); ?>" class="app-logo" alt=""> </a> <?php endif; ?>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ml-auto"> <li class="nav-item header-li"> <a class="nav-link" href="<?php echo e(route('home')); ?>">Home <span class="sr-only">(current)</span></a> </li> <li class="nav-item header-li"> <a class="nav-link" href="#about">About</a> </li> <li class="nav-item header-li"> <a class="nav-link" href="#goals">Goals</a> </li> <li class="nav-item header-li"> <a class="nav-link" href="#opinion">Reviews</a> </li> <li class="nav-item header-li"> <a class="nav-link" href="#plan">Plans</a> </li> <li class="nav-item header-li"> <a class="nav-link" href="#faq">FAQ</a> </li> <li class="nav-item header-li"> <a class="nav-link" href="#contact">Contact</a> </li>
<li class="nav-item header-li"> <a class="nav-link" href="<?php echo e(route('login')); ?>"><?php echo e(trans('Login')); ?></a> </li> <li class="nav-item header-li"> <a class="nav-link" href="<?php echo e(route('choose.program')); ?>"><?php echo e(trans('Sign Up')); ?></a> </li> </ul> </div> </nav>
<?php echo $__env->yieldContent('content'); ?>
</div> <section id="main-footer-section"> <div class="footer-section"> <div class="container"> <div class="row"> <div class="col-lg-4"> <div class="about-us-footer-content"> <div class="footer-about-us-title"> About us </div> <div class="footer-about-us-sort-des"> <?php if(isset($template->section_four_description) && $template->section_four_description): ?> <?php $about_us_description = substr($template->section_four_description, 0, 140) . '...'; ?> <a href="<?php echo e(route('about.us')); ?>" class="footer-important-link"><?php echo e($about_us_description); ?> <span class="footer-about-us-read-more-text">read More</span></a> <?php endif; ?> </div> </div> </div> <div class="col-lg-4"> <div class="footer-address-sec"> <div class="footer-contact-us-title"> Contacts </div> <div class="footer-contact-us-address"> <?php echo e(isset($contactData->address)?$contactData->address:''); ?>
</div> <div class="footer-email-address"> <?php echo e(isset($contactData->email_address)?$contactData->email_address:''); ?>
</div> <div class="footer-phone-number"> <?php echo e(isset($contactData->phone_number)?$contactData->phone_number:''); ?>
</div> </div> </div>
<div class="col-lg-4"> <div class="important-link-sec-wrapper"> <div class="important-link-title"> Social Link </div> <div class="important-link-sec"> <div class="footer-social-link"> <span> <a class="footer-social-link" href="<?php echo e(isset($template->social_link_skype)?$template->social_link_skype:'#'); ?>"> <i class="fa fa-skype" aria-hidden="true"></i> </a> </span> <span class="ml-4"> <a class="footer-social-link" href="<?php echo e(isset($template->social_link_facebook)?$template->social_link_facebook:'#'); ?>"> <i class="fa fa-facebook" aria-hidden="true"></i> </a> </span> <span class="ml-4"> <a class="footer-social-link" href="<?php echo e(isset($template->social_link_twitter)?$template->social_link_twitter:'#'); ?>"> <i class="fa fa-twitter" aria-hidden="true"></i> </a> </span> <span class="ml-4"> <a class="footer-social-link" href="<?php echo e(isset($template->social_link_youtube)?$template->social_link_youtube:'#'); ?>"> <i class="fa fa-youtube-play" aria-hidden="true"></i> </a> </span> <span class="ml-4"> <a class="footer-social-link" href="<?php echo e(isset($template->social_link_linkedin)?$template->social_link_linkedin:'#'); ?>"> <i class="fa fa-linkedin" aria-hidden="true"></i> </a> </span> <span class="ml-4"> <a class="footer-social-link" href="<?php echo e(isset($template->social_link_pinterest)?$template->social_link_pinterest:'#'); ?>"> <i class="fa fa-pinterest" aria-hidden="true"></i> </a> </span> </div>
</div> </div> </div> </div> </div> <div class="footer-sec-copy-right"> <div class="container-fluid"> <div class="row"> <div class="col-lg-12 text-center"> <div class="copyright"> <?php echo e(trans('admin.copyright')); ?> © <?php echo e(date('Y')); ?> - Developed By <a class="company-link" target="_blank" rel="nofollow" href="#"><?php echo e(get_settings('app_name')); ?></a> </div>
</div> </div> </div> </div> </div> </section> <!-- JS --> <script src="<?php echo e(asset('front/js/jquery-3.6.0.min.js')); ?>"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script> <!-- Toastr -->
<script> "use strict";
$(document).on('click', '.header-li', function(e){
$('.header-li').removeClass('active');
$(this).addClass('active');
$('#navbarSupportedContent').removeClass('show'); });
$(window).scroll(function(){ var sticky = $('.main-h-nav'), scroll = $(window).scrollTop();
if (scroll >= 100) sticky.addClass('fixed-top'); else sticky.removeClass('fixed-top'); });
</script>
<?php $allErrors=''; ?>
<?php if(isset($errors) && count($errors) > 0): ?> <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $allErrors.=$error.'<br/>' ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <script> $(function () { toastr.error('<?php echo clean($allErrors); ?>', 'Failed', {timeOut: 5000}); });
</script> <?php endif; ?> <?php if(session()->has('success')): ?> <script> $(function () { toastr.success('<?php echo e(session()->get('success')); ?>', 'Success', { positionClass: "toast-top-right", timeOut: 5e3, closeButton: !0, debug: !1, newestOnTop: !0, progressBar: !0, preventDuplicates: !0, onclick: null, showDuration: "300", hideDuration: "1000", extendedTimeOut: "1000", showEasing: "swing", hideEasing: "linear", showMethod: "fadeIn", hideMethod: "fadeOut", tapToDismiss: !1 }); });
</script> <?php endif; ?>
<?php echo $__env->yieldContent('js'); ?>
</body>
</html> <?php /**PATH /home/picotech/domains/fitness.picotech.app/public_html/resources/views/layouts/frontLayout.blade.php ENDPATH**/ ?>
|