관리-도구
편집 파일: b02228fee199f87f4af77be2cf4db386.php
<div class="relative pt-16 sm:pt-24 lg:pt-[120px] pb-24 lg:pb-40 xl:pb-[200px] before:absolute before:size-full before:inset-0 before:bg-video before:blur-[100px] before:opacity-10 overflow-hidden"> <div class="container relative z-10"> <div class="grid grid-cols-12 gap-7"> <div class="col-span-full lg:col-span-7 self-end relative"> <div class="area-subtitle"> <?php echo e(translate('Intro')); ?> </div> <h2 class="area-title mt-2"> <?php echo e(translate('Become an ')); ?> <span class="title-highlight-one"> <?php echo e(translate('Instructor')); ?> </span> </h2> <div class="mt-10 rounded-2xl overflow-hidden"> <div class="swiper online-video-slider"> <div class="swiper-wrapper"> <!-- SINGLE ITEM --> <div class="swiper-slide"> <div class="flex-center relative video-wrapper w-full h-[430px] rounded-2xl overflow-hidden"> <video class="size-full object-cover rounded-2xl cursor-pointer"> <source src="<?php echo e(asset('lms/frontend/assets/video/video.mp4')); ?>" type="video/mp4"> </video> <!-- CONTROLLER --> <div class="controll-wrapper flex-center size-full bg-[#D9D9D9]/30 rounded-2xl absolute inset-0 [&.hide]:invisible"> <button type="button" aria-label="Video popup button" class="controller btn-icon size-[60px] b-solid btn-secondary-icon-solid !text-heading dark:text-white pulse-animation active:scale-105"> <i class="ri-play-fill text-2xl"></i> </button> </div> </div> </div> <!-- SINGLE ITEM --> <div class="swiper-slide"> <div class="flex-center relative video-wrapper w-full h-[430px] rounded-2xl overflow-hidden"> <video class="size-full object-cover rounded-2xl cursor-pointer"> <source src="<?php echo e(asset('lms/frontend/assets/video/video.mp4')); ?>" type="video/mp4"> </video> <!-- CONTROLLER --> <div class="controll-wrapper flex-center size-full bg-[#D9D9D9]/30 rounded-2xl absolute inset-0 [&.hide]:invisible"> <button type="button" aria-label="Video popup button" class="controller btn-icon size-[60px] b-solid btn-secondary-icon-solid !text-heading dark:text-white pulse-animation active:scale-105"> <i class="ri-play-fill text-2xl"></i> </button> </div> </div> </div> </div> </div> <!-- PAGINATION --> <div class="online-video-slider-pagination swiper-custom-pagination absolute w-full z-10 !-bottom-12 hidden lg:flex"> </div> </div> </div> <div class="col-span-full lg:col-span-5 self-end"> <div class="bg-white px-7 py-12 text-center rounded-xl shadow-md"> <h5 class="area-title text-[24px] font-bold"> <?php echo e(translate('Join now')); ?> </h5> <?php if (isset($component)) { $__componentOriginalba92e3816cc9475562400a011f1eaaf0 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalba92e3816cc9475562400a011f1eaaf0 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::form.join-us.form','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::form.join-us.form'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalba92e3816cc9475562400a011f1eaaf0)): ?> <?php $attributes = $__attributesOriginalba92e3816cc9475562400a011f1eaaf0; ?> <?php unset($__attributesOriginalba92e3816cc9475562400a011f1eaaf0); ?> <?php endif; ?> <?php if (isset($__componentOriginalba92e3816cc9475562400a011f1eaaf0)): ?> <?php $component = $__componentOriginalba92e3816cc9475562400a011f1eaaf0; ?> <?php unset($__componentOriginalba92e3816cc9475562400a011f1eaaf0); ?> <?php endif; ?> </div> </div> </div> </div> <!-- WAVE ANIMATION --> <div class="w-full absolute bottom-0 left-0 right-0"> <img data-src="<?php echo e(asset('lms/frontend/assets/images/online-video/wave-two.png')); ?>" class="w-full" alt="wave-two"> </div> </div> <?php /**PATH /home/inprosysltd/public_html/edulab.inprosysltd.com/Modules/LMS/resources/views/components//join-us/join-us.blade.php ENDPATH**/ ?>