관리-도구
편집 파일: 2c3cb472aa45ff979aebbdadf7287612.php
<?php $__env->startSection('meta_title', $seo_setting['home_page']['seo_title']); ?> <?php $__env->startSection('meta_description', $seo_setting['home_page']['seo_description']); ?> <?php $__env->startSection('meta_keywords', ''); ?> <?php $__env->startSection('contents'); ?> <?php if($sectionSetting?->hero_section): ?> <!-- banner-area --> <?php echo $__env->make('frontend.home.yoga.sections.banner-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- banner-area-end --> <?php endif; ?> <?php if($sectionSetting?->our_features_section): ?> <!-- features-area --> <?php echo $__env->make('frontend.home.yoga.sections.features-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- features-area-end --> <?php endif; ?> <?php if($sectionSetting?->about_section): ?> <!-- about-area --> <?php echo $__env->make('frontend.home.yoga.sections.about-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- about-area-end --> <?php endif; ?> <?php if($sectionSetting?->featured_course_section): ?> <!-- course-area --> <?php echo $__env->make('frontend.home.yoga.sections.course-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- course-area-end --> <?php endif; ?> <?php if($sectionSetting?->banner_section): ?> <!-- instructor-area-two --> <?php echo $__env->make('frontend.home.yoga.sections.join-us', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- instructor-area-two-end --> <?php endif; ?> <?php if($sectionSetting?->featured_instructor_section): ?> <!-- instructor-area --> <?php echo $__env->make('frontend.home.yoga.sections.instructor-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- instructor-area-end --> <?php endif; ?> <?php if($sectionSetting?->brands_section): ?> <!-- brand-area --> <?php echo $__env->make('frontend.home.main.sections.brand-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- brand-area-end --> <?php endif; ?> <?php if($sectionSetting?->top_category_section): ?> <!-- categories-area --> <?php echo $__env->make('frontend.home.yoga.sections.category-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- categories-area-end --> <?php endif; ?> <?php if($sectionSetting?->testimonial_section): ?> <!-- testimonial-area --> <?php echo $__env->make('frontend.home.yoga.sections.testimonial-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- testimonial-area-end --> <?php endif; ?> <?php if($sectionSetting?->news_letter_section): ?> <!-- newsletter-area --> <?php echo $__env->make('frontend.home.yoga.sections.newsletter-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- newsletter-area-end --> <?php endif; ?> <?php if($sectionSetting?->latest_blog_section): ?> <!-- blog-area --> <?php echo $__env->make('frontend.home.yoga.sections.blog-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- blog-area-end --> <?php endif; ?> <?php if($sectionSetting?->banner_section): ?> <!-- instructor-area-two --> <?php echo $__env->make('frontend.home.yoga.sections.join-us-two', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- instructor-area-two-end --> <?php endif; ?> <?php $__env->stopSection(); ?> <?php $__env->startPush('scripts'); ?> <script> const text = document.querySelector('.circle'); text.innerHTML = text.textContent.replace(/\S/g, "<span>$&</span>"); const element = document.querySelectorAll('.circle span'); for (let i = 0; i < element.length; i++) { element[i].style.transform = "rotate(" + i * 13 + "deg)" } </script> <?php $__env->stopPush(); ?> <?php $__env->startPush('styles'); ?> <style> <?php if($setting?->header_topbar_status == 'inactive'): ?> .home_yoga #sticky-header { top: 0; } <?php endif; ?> </style> <?php $__env->stopPush(); ?> <?php echo $__env->make('frontend.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/yoga/index.blade.php ENDPATH**/ ?>