관리-도구
편집 파일: 85c484fe7909eaeafbc62d680cddd5b7.php
<?php $subscriptions = $subscriptions ?? []; ?> <div class="bg-white pt-16 sm:pt-24 lg:pt-[120px]"> <div class="container"> <!-- HEADER --> <div class="grid grid-cols-12 gap-4 items-center"> <div class="col-span-full text-center max-w-screen-sm mx-auto"> <div class="area-subtitle"><?php echo e(translate('Subscription')); ?></div> <h2 class="area-title mt-2"> <?php echo e(translate('Unlock Your Learning')); ?> <span class="title-highlight-one"><?php echo e(translate('Potential')); ?></span> - <?php echo e(translate('Choose Your Plan')); ?> </h2> </div> </div> <!-- BODY --> <div class="grid grid-cols-12 gap-4 xl:gap-7 mt-[60px]"> <?php $__currentLoopData = $subscriptions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $subscription): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal408ff74e97e04373aaa9f8c7f839049f = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal408ff74e97e04373aaa9f8c7f839049f = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.subscribe.card-one','data' => ['subscription' => $subscription]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.subscribe.card-one'); ?> <?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(['subscription' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($subscription)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal408ff74e97e04373aaa9f8c7f839049f)): ?> <?php $attributes = $__attributesOriginal408ff74e97e04373aaa9f8c7f839049f; ?> <?php unset($__attributesOriginal408ff74e97e04373aaa9f8c7f839049f); ?> <?php endif; ?> <?php if (isset($__componentOriginal408ff74e97e04373aaa9f8c7f839049f)): ?> <?php $component = $__componentOriginal408ff74e97e04373aaa9f8c7f839049f; ?> <?php unset($__componentOriginal408ff74e97e04373aaa9f8c7f839049f); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\subscribe\subscribe-list.blade.php ENDPATH**/ ?>