관리-도구
편집 파일: cb067d700aa73fcdaaacd1bbe0986c58.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')); ?>" class="btn b-outline btn-primary-outline btn-xl font-bold" aria-label="View our latest news"> <?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 $blogs = []; ?> <?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): ?> <?php if (isset($component)) { $__componentOriginal9e05e2178cc5d33c3d1a97a50bea5f28 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal9e05e2178cc5d33c3d1a97a50bea5f28 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.empty','data' => ['title' => 'No Blog Available']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.empty'); ?> <?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(['title' => 'No Blog Available']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal9e05e2178cc5d33c3d1a97a50bea5f28)): ?> <?php $attributes = $__attributesOriginal9e05e2178cc5d33c3d1a97a50bea5f28; ?> <?php unset($__attributesOriginal9e05e2178cc5d33c3d1a97a50bea5f28); ?> <?php endif; ?> <?php if (isset($__componentOriginal9e05e2178cc5d33c3d1a97a50bea5f28)): ?> <?php $component = $__componentOriginal9e05e2178cc5d33c3d1a97a50bea5f28; ?> <?php unset($__componentOriginal9e05e2178cc5d33c3d1a97a50bea5f28); ?> <?php endif; ?> <?php endif; ?> </div> </div> </div> </div> <!-- END MOST RECENT BLOG AREA --> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\blog\recent-blog-three.blade.php ENDPATH**/ ?>