관리-도구
편집 파일: 2393f833e683dc76c2a43ed08531c4a6.php
<?php $blogs = $blogs ?? []; ?> <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 text-center max-w-[500px] mx-auto"> <h2 class="area-title"> <?php echo e(translate('Explore Our Latest')); ?> <span class="title-highlight-two"><?php echo e(translate('News & Articles')); ?></span> </h2> </div> </div> <!-- BODY --> <?php if(count($blogs) > 0): ?> <div class="grid grid-cols-12 gap-x-4 xl:gap-x-7 gap-y-7 mt-10 lg:mt-[60px]"> <!-- SINGLE NEWS CARD --> <?php $__currentLoopData = $blogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal90b08a34a6da89676f4791afe5cfaed2 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal90b08a34a6da89676f4791afe5cfaed2 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.blog.card-five','data' => ['blog' => $blog]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.blog.card-five'); ?> <?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($__attributesOriginal90b08a34a6da89676f4791afe5cfaed2)): ?> <?php $attributes = $__attributesOriginal90b08a34a6da89676f4791afe5cfaed2; ?> <?php unset($__attributesOriginal90b08a34a6da89676f4791afe5cfaed2); ?> <?php endif; ?> <?php if (isset($__componentOriginal90b08a34a6da89676f4791afe5cfaed2)): ?> <?php $component = $__componentOriginal90b08a34a6da89676f4791afe5cfaed2; ?> <?php unset($__componentOriginal90b08a34a6da89676f4791afe5cfaed2); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\kindergarten\components\blog\blog.blade.php ENDPATH**/ ?>