관리-도구
편집 파일: 032db576c392f008d2a2348c89323bf8.php
<div class="col-span-full lg:col-span-4"> <div id="blog-filter-drawer" class="bg-black/50 fixed size-full inset-0 invisible opacity-0 duration-300 z-[99] lg:bg-transparent lg:relative lg:visible lg:opacity-100 lg:z-auto"> <div class="blog-filter-drawer-inner bg-white fixed inset-0 left-auto right-0 py-4 w-64 sm:w-80 translate-x-full duration-300 z-[100] lg:relative lg:right-auto lg:py-0 lg:w-full lg:translate-x-0 lg:z-auto"> <!-- CLOSE DRAWER --> <button type="button" aria-label="Blog Sidebar close button" class="blog-filter-drawer-close size-11 flex-center lg:hidden bg-white border border-transparent hover:border-primary absolute top-4 right-full custom-transition"> <i class="ri-close-line text-gray-500 dark:text-dark-text"></i> </button> <div class="flex flex-col gap-5 max-h-screen lg:max-h-full overflow-auto"> <!-- FILTER ITEM --> <form action="<?php echo e(route('blog.list')); ?>"> <div class="bg-primary-50 p-6 rounded-none lg:rounded-xl"> <label for="search-filter" class="relative flex"> <span class="text-heading/60 absolute top-1/2 -translate-y-1/2 left-4 z-[1]"><i class="ri-search-2-line"></i></span> <input type="search" id="search-filter" class="form-input text-heading/60 h-12 pl-10 bg-white" placeholder="<?php echo e(translate('Search Here')); ?>..." name="search_key"> </label> </div> <!-- FILTER ITEM --> <div class="bg-primary-50 rounded-none lg:rounded-xl mt-5"> <div class="flex-center-between p-6"> <h6 class="area-title text-xl !leading-none"> <?php echo e(translate('Categories')); ?> </h6> </div> <?php if (isset($component)) { $__componentOriginal5b2527fabb9b1de5bb2a150261579c88 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5b2527fabb9b1de5bb2a150261579c88 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::blog.blog-category','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::blog.blog-category'); ?> <?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([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal5b2527fabb9b1de5bb2a150261579c88)): ?> <?php $attributes = $__attributesOriginal5b2527fabb9b1de5bb2a150261579c88; ?> <?php unset($__attributesOriginal5b2527fabb9b1de5bb2a150261579c88); ?> <?php endif; ?> <?php if (isset($__componentOriginal5b2527fabb9b1de5bb2a150261579c88)): ?> <?php $component = $__componentOriginal5b2527fabb9b1de5bb2a150261579c88; ?> <?php unset($__componentOriginal5b2527fabb9b1de5bb2a150261579c88); ?> <?php endif; ?> </div> </form> <!-- FILTER ITEM --> <?php $blogs = latestBlogs(); ?> <?php if (isset($component)) { $__componentOriginal94a8865248caf98824f070e3b4fd5030 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal94a8865248caf98824f070e3b4fd5030 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::blog.latest-blog-two','data' => ['latestBlogs' => $blogs]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::blog.latest-blog-two'); ?> <?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(['latestBlogs' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($blogs)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal94a8865248caf98824f070e3b4fd5030)): ?> <?php $attributes = $__attributesOriginal94a8865248caf98824f070e3b4fd5030; ?> <?php unset($__attributesOriginal94a8865248caf98824f070e3b4fd5030); ?> <?php endif; ?> <?php if (isset($__componentOriginal94a8865248caf98824f070e3b4fd5030)): ?> <?php $component = $__componentOriginal94a8865248caf98824f070e3b4fd5030; ?> <?php unset($__componentOriginal94a8865248caf98824f070e3b4fd5030); ?> <?php endif; ?> <?php if(isset($blog->blogCategories) && $blog->blogCategories->count() > 1): ?> <!-- FILTER ITEM --> <div class="bg-primary-50 rounded-none lg:rounded-xl"> <div class="flex-center-between p-6"> <h6 class="area-title text-xl !leading-none"><?php echo e(translate('Tags')); ?> </h6> </div> <?php if (isset($component)) { $__componentOriginal210ed94e165fce4636579a0fa89cae69 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal210ed94e165fce4636579a0fa89cae69 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::tags.tag-list','data' => ['blogCategories' => $blog->blogCategories,'ulClass' => 'p-6 pt-3 border-t border-border flex items-center gap-2.5 flex-wrap','liClass' => 'shrink-0']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::tags.tag-list'); ?> <?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(['blogCategories' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($blog->blogCategories),'ulClass' => 'p-6 pt-3 border-t border-border flex items-center gap-2.5 flex-wrap','liClass' => 'shrink-0']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal210ed94e165fce4636579a0fa89cae69)): ?> <?php $attributes = $__attributesOriginal210ed94e165fce4636579a0fa89cae69; ?> <?php unset($__attributesOriginal210ed94e165fce4636579a0fa89cae69); ?> <?php endif; ?> <?php if (isset($__componentOriginal210ed94e165fce4636579a0fa89cae69)): ?> <?php $component = $__componentOriginal210ed94e165fce4636579a0fa89cae69; ?> <?php unset($__componentOriginal210ed94e165fce4636579a0fa89cae69); ?> <?php endif; ?> </div> <?php endif; ?> </div> </div> </div> </div> <?php /**PATH /home/inprosysltd/public_html/edulab.inprosysltd.com/Modules/LMS/resources/views/components//blog/sidebar.blade.php ENDPATH**/ ?>