관리-도구
편집 파일: e623e3ab64f0fb066a3ac32664f1e0b8.php
<?php $footer = $data['footer'] ?? []; $top = get_theme_option('footer_top' . active_language()) ?: get_theme_option('footer_topen') ?? get_theme_option('footer_top' . app('default_language')); $socials = get_theme_option(key: 'socials', parent_key: 'social') ?? []; $menus = $data['menus'] ?? get_menus(); $childMenus = $menus['course_bundle']['childs'] ?? []; ?> <div class="py-24 lg:py-32"> <div class="container divide-y divide-white/10"> <?php if (isset($component)) { $__componentOriginal511d4862ff04963c3c16115c05a86a9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal511d4862ff04963c3c16115c05a86a9d = $attributes; } ?> <?php $component = Illuminate\View\DynamicComponent::resolve(['component' => 'theme::footer.top'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('dynamic-component'); ?> <?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\DynamicComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['data' => $data]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal511d4862ff04963c3c16115c05a86a9d)): ?> <?php $attributes = $__attributesOriginal511d4862ff04963c3c16115c05a86a9d; ?> <?php unset($__attributesOriginal511d4862ff04963c3c16115c05a86a9d); ?> <?php endif; ?> <?php if (isset($__componentOriginal511d4862ff04963c3c16115c05a86a9d)): ?> <?php $component = $__componentOriginal511d4862ff04963c3c16115c05a86a9d; ?> <?php unset($__componentOriginal511d4862ff04963c3c16115c05a86a9d); ?> <?php endif; ?> <div class="grid grid-cols-12 items-center gap-7 mt-5 pt-14"> <?php if(isset($top['one_status'])): ?> <div class="col-span-full lg:col-span-6"> <div class="text-white/70 text-lg max-w-[320px]"> <?php echo e($top['one_title'] ?? ''); ?> </div> <?php if($top['one_social_menu'] ?? false): ?> <?php if($socials): ?> <?php if (isset($component)) { $__componentOriginal895c5f52f52ad266a2c4117783433c56 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal895c5f52f52ad266a2c4117783433c56 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::social.social-list-one','data' => ['socials' => $socials,'ulClass' => 'flex items-center gap-2 mt-5','itemClass' => 'flex-center size-10 rounded-50 text-white bg-white/10 hover:bg-primary hover:text-heading custom-transition']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::social.social-list-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(['socials' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($socials),'ulClass' => 'flex items-center gap-2 mt-5','itemClass' => 'flex-center size-10 rounded-50 text-white bg-white/10 hover:bg-primary hover:text-heading custom-transition']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal895c5f52f52ad266a2c4117783433c56)): ?> <?php $attributes = $__attributesOriginal895c5f52f52ad266a2c4117783433c56; ?> <?php unset($__attributesOriginal895c5f52f52ad266a2c4117783433c56); ?> <?php endif; ?> <?php if (isset($__componentOriginal895c5f52f52ad266a2c4117783433c56)): ?> <?php $component = $__componentOriginal895c5f52f52ad266a2c4117783433c56; ?> <?php unset($__componentOriginal895c5f52f52ad266a2c4117783433c56); ?> <?php endif; ?> <?php endif; ?> <?php endif; ?> </div> <?php endif; ?> <div class="col-span-full lg:col-span-6"> <nav class="flex-center !justify-start lg:!justify-end"> <ul class="flex items-center gap-x-5 gap-y-2 flex-wrap leading-none text-heading font-medium"> <?php $__currentLoopData = $menus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($menu['name'] !== 'Pages' && $menu['name'] !== 'Theme'): ?> <li class="flex-center"> <a href="<?php echo e($menu['url'] ?? '#'); ?>" aria-label="Menu link" class="inline-block px-2 py-3 text-white/70 hover:text-primary [&.active]:text-primary custom-transition"> <?php echo e($menu['name']); ?></a> </li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php $childMenus = $menus['course_bundle']['childs'] ?? []; ?> <?php $__currentLoopData = $childMenus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if ($key == 2) { break; } ?> <li class="flex-center"> <a href="<?php echo e($menu['url'] ?? '#'); ?>" aria-label="Menu link" class="inline-block px-2 py-3 text-white/70 hover:text-primary [&.active]:text-primary custom-transition"> <?php echo e($menu['name']); ?></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </nav> </div> </div> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\digital-education\components\footer\content.blade.php ENDPATH**/ ?>