관리-도구
편집 파일: 9cada17fed089ff583dc1667357bef11.php
<?php $__env->startSection('meta_title', $seo_setting['about_page']['seo_title']); ?> <?php $__env->startSection('meta_description', $seo_setting['about_page']['seo_description']); ?> <?php $__env->startSection('contents'); ?> <!-- breadcrumb-area --> <?php if (isset($component)) { $__componentOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c = $attributes; } ?> <?php $component = App\View\Components\Frontend\Breadcrumb::resolve(['title' => __('About Us'),'links' => [['url' => route('home'), 'text' => __('Home')], ['url' => '', 'text' => __('about us')]]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.breadcrumb'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Frontend\Breadcrumb::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c)): ?> <?php $attributes = $__attributesOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c; ?> <?php unset($__attributesOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c); ?> <?php endif; ?> <?php if (isset($__componentOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c)): ?> <?php $component = $__componentOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c; ?> <?php unset($__componentOriginalcc52fffb9c918b8f3f4cf5faa6f3a53c); ?> <?php endif; ?> <!-- breadcrumb-area-end --> <!-- about-area --> <section class="about-area tg-motion-effects section-py-120"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-6 col-md-9"> <div class="about__images"> <img src="<?php echo e(asset($aboutSection?->global_content?->image)); ?>" alt="img" class="main-img"> <img src="<?php echo e(asset('frontend/img/others/about_shape.svg')); ?>" alt="img" class="shape alltuchtopdown"> <a href="<?php echo e($aboutSection?->global_content?->video_url); ?>" class="popup-video" aria-label="Watch introductory video"> <svg xmlns="http://www.w3.org/2000/svg" width="22" height="28" viewBox="0 0 22 28" fill="none"> <path d="M0.19043 26.3132V1.69421C0.190288 1.40603 0.245303 1.12259 0.350273 0.870694C0.455242 0.6188 0.606687 0.406797 0.79027 0.254768C0.973854 0.10274 1.1835 0.0157243 1.39936 0.00193865C1.61521 -0.011847 1.83014 0.0480663 2.02378 0.176003L20.4856 12.3292C20.6973 12.4694 20.8754 12.6856 20.9999 12.9535C21.1245 13.2214 21.1904 13.5304 21.1904 13.8456C21.1904 14.1608 21.1245 14.4697 20.9999 14.7376C20.8754 15.0055 20.6973 15.2217 20.4856 15.3619L2.02378 27.824C1.83056 27.9517 1.61615 28.0116 1.40076 27.9981C1.18536 27.9847 0.97607 27.8983 0.792638 27.7472C0.609205 27.596 0.457661 27.385 0.352299 27.1342C0.246938 26.8833 0.191236 26.6008 0.19043 26.3132Z" fill="currentcolor" /> </svg> </a> <?php use \App\Enums\ThemeList; ?> <?php $theme = session()->has('demo_theme') ? session()->get('demo_theme') : DEFAULT_HOMEPAGE; ?> <?php if(!in_array($theme, [ThemeList::BUSINESS->value, ThemeList::KINDERGARTEN->value])): ?> <div class="about__enrolled" data-aos="fade-right" data-aos-delay="200"> <p class="title"><span><?php echo e($hero?->content?->total_student); ?></span> <?php echo e(__('Enrolled Students')); ?></p> <img src="<?php echo e(asset($hero?->global_content?->enroll_students_image)); ?>" alt="img"> </div> <?php endif; ?> </div> </div> <div class="col-lg-6"> <div class="about__content"> <div class="section__title"> <span class="sub-title"><?php echo e(__('Get More About Us')); ?></span> <h2 class="title"> <?php echo clean(processText($aboutSection?->content?->title)); ?> </h2> </div> <?php echo clean(processText($aboutSection?->content?->description)); ?> <?php if($aboutSection?->global_content?->button_url != null): ?> <div class="tg-button-wrap"> <a href="<?php echo e($aboutSection?->global_content?->button_url); ?>" class="btn arrow-btn"><?php echo e($aboutSection?->content?->button_text); ?> <img src="<?php echo e(asset('frontend/img/icons/right_arrow.svg')); ?>" alt="img" class="injectable"></a> </div> <?php endif; ?> </div> </div> </div> </div> </section> <!-- about-area-end --> <!-- brand-area --> <div class="brand-area"> <div class="container-fluid"> <div class="marquee_mode"> <?php $__currentLoopData = $brands; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $brand): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="brand__item"> <a href="<?php echo e($brand?->url); ?>"><img src="<?php echo e(asset($brand?->image)); ?>" alt="brand"></a> <img src="<?php echo e(asset('frontend/img/icons/brand_star.svg')); ?>" alt="star"> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <!-- brand-area-end --> <section class="faq__area about"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6"> <div class="faq__img-wrap tg-svg"> <div class="faq__round-text"> <div class="curved-circle <?php echo e(getSessionLanguage() == 'en' ? '' : 'd-none'); ?>"> * <?php echo e(__('Education')); ?> * <?php echo e(__('System ')); ?> * <?php echo e(__('can')); ?> * <?php echo e(__('Make ')); ?> * <?php echo e(__('Change ')); ?> * </div> </div> <div class="faq__img"> <img src="<?php echo e(asset($faqSection?->global_content?->image)); ?>" alt="img"> <div class="shape-one"> <img src="<?php echo e(asset('frontend/img/others/faq_shape01.svg')); ?>" class="injectable tg-motion-effects4" alt="img"> </div> <div class="shape-two"> <span class="svg-icon" id="faq-svg" data-svg-icon="<?php echo e(asset('frontend/img/others/faq_shape02.svg')); ?>"></span> </div> </div> </div> </div> <div class="col-lg-6"> <div class="faq__content"> <div class="section__title pb-10"> <span class="sub-title"><?php echo e($faqSection?->content?->short_title); ?></span> <h2 class="title"><?php echo clean(processText($faqSection?->content?->title)); ?></h2> </div> <p><?php echo clean(processText($faqSection?->content?->description)); ?></p> <div class="faq__wrap"> <div class="accordion" id="accordionExample"> <?php $__currentLoopData = $faqs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $faq): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="accordion-item"> <h2 class="accordion-header"> <button class="accordion-button <?php echo e($loop?->first ? '' : 'collapsed'); ?>" type="button" data-bs-toggle="collapse" data-bs-target="#collapse<?php echo e($faq?->id); ?>" aria-expanded="true" aria-controls="collapse<?php echo e($faq?->id); ?>"> <?php echo e($faq?->translation?->question); ?> </button> </h2> <div id="collapse<?php echo e($faq?->id); ?>" class="accordion-collapse collapse <?php echo e($loop?->first ? 'show' : ''); ?>" data-bs-parent="#accordionExample"> <div class="accordion-body"> <p> <?php echo e($faq?->translation?->answer); ?> </p> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> </div> </section> <?php $theme_name = session()->has('demo_theme') ? session()->get('demo_theme') : DEFAULT_HOMEPAGE; ?> <!-- features-area --> <section class="features__area <?php echo e(isRoute('about-us', "feature_{$theme_name}")); ?>"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-6"> <div class="section__title white-title text-center mb-50"> <span class="sub-title"><?php echo e(__('How We Start Journey')); ?></span> <h2 class="title"><?php echo e(__('Start your Learning Journey Today!')); ?></h2> <p><?php echo e(__('Discover a World of Knowledge and Skills at Your Fingertips – Unlock Your Potential and Achieve Your Dreams with Our Comprehensive Learning Resources!')); ?> </p> </div> </div> </div> <div class="row justify-content-center"> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item"> <div class="features__icon"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_one)); ?>" class="injectable" alt="img"> </div> <div class="features__content"> <h4 class="title"><?php echo e($ourFeatures?->content?->title_one); ?></h4> <p><?php echo e($ourFeatures?->content?->sub_title_one); ?></p> </div> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item"> <div class="features__icon"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_two)); ?>" class="injectable" alt="img"> </div> <div class="features__content"> <h4 class="title"><?php echo e($ourFeatures?->content?->title_two); ?></h4> <p><?php echo e($ourFeatures?->content?->sub_title_two); ?></p> </div> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item"> <div class="features__icon"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_three)); ?>" class="injectable" alt="img"> </div> <div class="features__content"> <h4 class="title"><?php echo e($ourFeatures?->content?->title_three); ?></h4> <p><?php echo e($ourFeatures?->content?->sub_title_three); ?></p> </div> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="features__item"> <div class="features__icon"> <img src="<?php echo e(asset($ourFeatures?->global_content?->image_four)); ?>" class="injectable" alt="img"> </div> <div class="features__content"> <h4 class="title"><?php echo e($ourFeatures?->content?->title_four); ?></h4> <p><?php echo e($ourFeatures?->content?->sub_title_four); ?></p> </div> </div> </div> </div> </div> </section> <!-- features-area-end --> <!-- testimonial-area --> <section class="testimonial__area about_testimonial section-py-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-5"> <div class="section__title text-center mb-50"> <span class="sub-title"><?php echo e(__('Our Testimonials')); ?></span> <h2 class="title"><?php echo e(__('What Students Think and Say About Us')); ?></h2> <p><?php echo e(__('genuine feedback from our students about their experiences with our teaching')); ?></p> </div> </div> </div> <div class="row"> <div class="col-12"> <div class="testimonial__item-wrap"> <div class="swiper-container testimonial-swiper-active"> <div class="swiper-wrapper"> <?php $__currentLoopData = $reviews; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="swiper-slide"> <div class="testimonial__item"> <div class="testimonial__item-top"> <div class="testimonial__author"> <div class="testimonial__author-thumb"> <img src="<?php echo e(asset($testimonial?->image)); ?>" alt="img"> </div> <div class="testimonial__author-content"> <div class="rating"> <?php for($i = 0; $i < $testimonial?->rating; $i++): ?> <i class="fas fa-star"></i> <?php endfor; ?> </div> <h2 class="title"><?php echo e($testimonial?->translation?->name); ?></h2> </div> </div> </div> <div class="testimonial__content"> <p>“ <?php echo e($testimonial?->translation?->comment); ?> ”</p> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="testimonial__nav"> <button class="testimonial-button-prev"><i class="flaticon-arrow-right"></i></button> <button class="testimonial-button-next"><i class="flaticon-arrow-right"></i></button> </div> </div> </div> </div> </div> </section> <!-- testimonial-area-end --> <!-- newsletter-area --> <section class="newsletter__area"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-4"> <div class="newsletter__img-wrap"> <img src="<?php echo e(asset($newsletterSection?->global_content?->image)); ?>" alt="img"> <img src="<?php echo e(asset('frontend/img/others/newsletter_shape01.png')); ?>" alt="img" data-aos="fade-up" data-aos-delay="400"> <img src="<?php echo e(asset('frontend/img/others/newsletter_shape02.png')); ?>" alt="img" class="alltuchtopdown"> </div> </div> <div class="col-lg-8"> <div class="newsletter__content"> <h2 class="title"><b><?php echo e(__('Want to stay informed about')); ?></b> <br> <b><?php echo e(__('new courses and study')); ?>?</b> </h2> <div class="newsletter__form"> <form action="" method="post" class="newsletter"> <?php echo csrf_field(); ?> <input type="email" placeholder="<?php echo e(__('Type your email')); ?>" name="email"> <button type="submit" class="btn"><?php echo e(__('Subscribe Now')); ?></button> </form> </div> </div> </div> </div> </div> <div class="newsletter__shape"> <img src="<?php echo e(asset('frontend/img/others/newsletter_shape03.png')); ?>" alt="img" data-aos="fade-left" data-aos-delay="400"> </div> </section> <!-- newsletter-area-end --> <?php $__env->stopSection(); ?> <?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/pages/about-us.blade.php ENDPATH**/ ?>