관리-도구
편집 파일: bceff998f0d320acf7c82c608bc9f8fe.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.kitchen.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.kitchen.sections.features-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- features-area-end --> <?php endif; ?> <?php if($sectionSetting?->featured_course_section): ?> <!-- course-area --> <?php echo $__env->make('frontend.home.kitchen.sections.course-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- course-area-end --> <?php endif; ?> <?php if($sectionSetting?->about_section): ?> <!-- about-area --> <?php echo $__env->make('frontend.home.kitchen.sections.about-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- about-area-end --> <?php endif; ?> <?php if($sectionSetting?->banner_section): ?> <!-- instructor-area-two --> <?php echo $__env->make('frontend.home.kitchen.sections.join-us', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- instructor-area-two-end --> <?php endif; ?> <?php if($sectionSetting?->top_category_section): ?> <!-- categories-area --> <?php echo $__env->make('frontend.home.kitchen.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.kitchen.sections.testimonial-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- testimonial-area-end --> <?php endif; ?> <?php if($sectionSetting?->latest_blog_section): ?> <!-- blog-area --> <?php echo $__env->make('frontend.home.kitchen.sections.blog-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- blog-area-end --> <?php endif; ?> <?php if($sectionSetting?->news_letter_section): ?> <!-- newsletter-area --> <?php echo $__env->make('frontend.home.kitchen.sections.newsletter-area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- newsletter-area-end --> <?php endif; ?> <?php $__env->stopSection(); ?> <?php $__env->startPush('styles'); ?> <style> .footer__area-two {margin-top: -110px;} </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/kitchen/index.blade.php ENDPATH**/ ?>