관리-도구
편집 파일: 3a5c432c5a823abcb43b15dac74d05d5.php
<!-- START MOST RECENT BLOG AREA --> <div class="relative 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 md:col-span-7 xl:col-span-6 lg:pr-20 rtl:lg:pr-0 rtl:lg:pl-20"> <div class="area-subtitle subtitle-outline style-two text-sm uppercase"> <?php echo e(translate('Latest Blogs')); ?> </div> <h2 class="area-title mt-1"> <?php echo e(translate('Read Our latest blog')); ?> </h2> </div> <div class="col-span-full md:col-span-5 xl:col-span-6 md:justify-self-end"> <a href=" <?php echo e(route('blog.list')); ?>" aria-label="View all latest news" class="btn b-outline btn-primary-outline btn-xl font-bold"> <?php echo e(translate('View News')); ?> </a> </div> </div> <!-- BODY --> <div class="swiper blog-slider mt-10 lg:mt-[60px]"> <div class="swiper-wrapper"> <?php $__empty_1 = true; $__currentLoopData = $blogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <?php if (isset($component)) { $__componentOriginalf0bc1a2d5cd488b0f626c4eec7cc2f5f = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalf0bc1a2d5cd488b0f626c4eec7cc2f5f = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.blog.card-three','data' => ['blog' => $blog]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.blog.card-three'); ?> <?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(['blog' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($blog)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalf0bc1a2d5cd488b0f626c4eec7cc2f5f)): ?> <?php $attributes = $__attributesOriginalf0bc1a2d5cd488b0f626c4eec7cc2f5f; ?> <?php unset($__attributesOriginalf0bc1a2d5cd488b0f626c4eec7cc2f5f); ?> <?php endif; ?> <?php if (isset($__componentOriginalf0bc1a2d5cd488b0f626c4eec7cc2f5f)): ?> <?php $component = $__componentOriginalf0bc1a2d5cd488b0f626c4eec7cc2f5f; ?> <?php unset($__componentOriginalf0bc1a2d5cd488b0f626c4eec7cc2f5f); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <div class="bg-white border border-border rounded-xl h-[400px] shadow-md"> <div class="flex-center flex-col gap-4 p-6 text-center max-w-screen-sm mx-auto h-full"> <h2 class="area-title xl:text-3xl"><?php echo e(translate('Oops, Nothing Here Yet')); ?>!</h2> <p class="area-description"> <?php echo e(translate("It looks like we don't have any courses in this category right now. Feel free to browse other categories or let us know if there's something specific you'd like to learn!")); ?> </p> </div> </div> <?php endif; ?> </div> </div> </div> </div> <!-- END MOST RECENT BLOG AREA --> <?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\lms-education\components\blog\recent-blog-three.blade.php ENDPATH**/ ?>