관리-도구
편집 파일: 403e203d00d9db74a20282adf88a15c3.php
<div id="demo-video-modal" class="fixed inset-0 z-modal flex-center !hidden bg-black/50 modal"> <div class="modal-content bg-white rounded-lg shadow-lg w-full max-w-screen-md transform transition-all duration-300 opacity-0 -translate-y-10 m-4"> <!-- Modal Header --> <div class="flex items-center justify-between p-4 border-b"> <div> <div class="area-subtitle"> <?php echo e(translate('Free Course Preview')); ?> </div> <h2 class="text-xl font-semibold mt-1"><?php echo e($bundle->title); ?></h2> </div> <button type="button" aria-label="Course demo video modal close button" class="absolute top-3 end-2.5 text-heading dark:text-white bg-gray-200 rounded-lg size-8 flex-center close-modal-btn demo-course-video-stop"> <i class="ri-close-line text-inherit"></i> </button> </div> <!-- Modal Body --> <div class="p-4 pt-0 max-h-[80vh] overflow-auto"> <?php if (isset($component)) { $__componentOriginalf4ff61abae66f174c9d144052227d241 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalf4ff61abae66f174c9d144052227d241 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::bundle.details.video-play','data' => ['bundle' => $bundle]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::bundle.details.video-play'); ?> <?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(['bundle' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($bundle)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalf4ff61abae66f174c9d144052227d241)): ?> <?php $attributes = $__attributesOriginalf4ff61abae66f174c9d144052227d241; ?> <?php unset($__attributesOriginalf4ff61abae66f174c9d144052227d241); ?> <?php endif; ?> <?php if (isset($__componentOriginalf4ff61abae66f174c9d144052227d241)): ?> <?php $component = $__componentOriginalf4ff61abae66f174c9d144052227d241; ?> <?php unset($__componentOriginalf4ff61abae66f174c9d144052227d241); ?> <?php endif; ?> </div> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\bundle\details\demo-video.blade.php ENDPATH**/ ?>