관리-도구
편집 파일: 0299a1a9993571a8de5a9127f7377080.php
<?php if (isset($component)) { $__componentOriginal4ea3ceba530d619a977e9c813ff095c4 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal4ea3ceba530d619a977e9c813ff095c4 = $attributes; } ?> <?php $component = Modules\LMS\View\Components\Frontend\Layout::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('frontend-layout'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Modules\LMS\View\Components\Frontend\Layout::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php if (isset($component)) { $__componentOriginal633e9714cbfc155a1e1afb58682cfb8f = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal633e9714cbfc155a1e1afb58682cfb8f = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::breadcrumbs.breadcrumb-one','data' => ['pageTitle' => 'Our Courses','pageRoute' => ''.e(route('course.list')).'','pageName' => 'Courses']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::breadcrumbs.breadcrumb-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(['pageTitle' => 'Our Courses','pageRoute' => ''.e(route('course.list')).'','pageName' => 'Courses']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal633e9714cbfc155a1e1afb58682cfb8f)): ?> <?php $attributes = $__attributesOriginal633e9714cbfc155a1e1afb58682cfb8f; ?> <?php unset($__attributesOriginal633e9714cbfc155a1e1afb58682cfb8f); ?> <?php endif; ?> <?php if (isset($__componentOriginal633e9714cbfc155a1e1afb58682cfb8f)): ?> <?php $component = $__componentOriginal633e9714cbfc155a1e1afb58682cfb8f; ?> <?php unset($__componentOriginal633e9714cbfc155a1e1afb58682cfb8f); ?> <?php endif; ?> <!-- START INNER CONTENT AREA --> <div class="container"> <div class="grid grid-cols-12 gap-5"> <input type="hidden" id="courseType"> <?php if (isset($component)) { $__componentOriginalc29075b1b65ac861f16321ebe652b41e = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalc29075b1b65ac861f16321ebe652b41e = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::course.filter-sidebar','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::course.filter-sidebar'); ?> <?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($__attributesOriginalc29075b1b65ac861f16321ebe652b41e)): ?> <?php $attributes = $__attributesOriginalc29075b1b65ac861f16321ebe652b41e; ?> <?php unset($__attributesOriginalc29075b1b65ac861f16321ebe652b41e); ?> <?php endif; ?> <?php if (isset($__componentOriginalc29075b1b65ac861f16321ebe652b41e)): ?> <?php $component = $__componentOriginalc29075b1b65ac861f16321ebe652b41e; ?> <?php unset($__componentOriginalc29075b1b65ac861f16321ebe652b41e); ?> <?php endif; ?> <!-- START CONTENT --> <div class="col-span-full lg:col-span-8"> <div class="flex-center-between"> <h3 class="area-title text-xl"> <?php echo e(translate('Showing')); ?> <span id="first-item"><?php echo e($courses->firstItem()); ?></span> - <span id="last-item"><?php echo e($courses->lastItem()); ?></span> <?php echo e(translate('of')); ?> <span id="total-item"><?php echo e($courses->total()); ?></span> <?php echo e(translate('Results')); ?> </h3> <div class="flex-center gap-2"> <button type="button" aria-label="Course layout grid" data-layout="grid" class="card-layout-button btn-icon bg-primary-50 text-heading dark:text-white [&.active]:bg-primary [&.active]:text-white hidden md:flex active"> <i class="ri-layout-grid-line"></i> </button> <button type="button" aria-label="Course layout list" data-layout="list" class="card-layout-button btn-icon bg-primary-50 text-heading dark:text-white [&.active]:bg-primary [&.active]:text-white hidden md:flex"> <i class="ri-list-check"></i> </button> <button type="button" aria-label="Off-canvas filter drawer" data-offcanvas-id="filter-drawer" class="btn b-outline btn-secondary-outline lg:hidden"> <i class="ri-equalizer-line"></i> <?php echo e(translate('Filter')); ?> </button> </div> </div> <div id="outputItemList"> <?php if (isset($component)) { $__componentOriginale859b68f5cd25d68b183671a3020f8cf = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginale859b68f5cd25d68b183671a3020f8cf = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::course.course-list','data' => ['courses' => $courses]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::course.course-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(['courses' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($courses)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginale859b68f5cd25d68b183671a3020f8cf)): ?> <?php $attributes = $__attributesOriginale859b68f5cd25d68b183671a3020f8cf; ?> <?php unset($__attributesOriginale859b68f5cd25d68b183671a3020f8cf); ?> <?php endif; ?> <?php if (isset($__componentOriginale859b68f5cd25d68b183671a3020f8cf)): ?> <?php $component = $__componentOriginale859b68f5cd25d68b183671a3020f8cf; ?> <?php unset($__componentOriginale859b68f5cd25d68b183671a3020f8cf); ?> <?php endif; ?> </div> </div> <!-- END CONTENT --> </div> </div> <?php $__env->startPush('js'); ?> <script src="<?php echo e(edulab_asset('lms/frontend/assets/js/filter.js')); ?>"></script> <?php $__env->stopPush(); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal4ea3ceba530d619a977e9c813ff095c4)): ?> <?php $attributes = $__attributesOriginal4ea3ceba530d619a977e9c813ff095c4; ?> <?php unset($__attributesOriginal4ea3ceba530d619a977e9c813ff095c4); ?> <?php endif; ?> <?php if (isset($__componentOriginal4ea3ceba530d619a977e9c813ff095c4)): ?> <?php $component = $__componentOriginal4ea3ceba530d619a977e9c813ff095c4; ?> <?php unset($__componentOriginal4ea3ceba530d619a977e9c813ff095c4); ?> <?php endif; ?> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\theme\course\course-list.blade.php ENDPATH**/ ?>