관리-도구
편집 파일: 732e5fa4e994a0eb37b8a44b54128ced.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' => 'Organization','pageRoute' => ''.e(route('organization.list')).'','pageName' => 'Organization']] + (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' => 'Organization','pageRoute' => ''.e(route('organization.list')).'','pageName' => 'Organization']); ?> <?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"> <?php if (isset($component)) { $__componentOriginalcbb2aad07fed58b7ad8bae823b82e4f6 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcbb2aad07fed58b7ad8bae823b82e4f6 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::organization.filter-sidebar','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::organization.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($__attributesOriginalcbb2aad07fed58b7ad8bae823b82e4f6)): ?> <?php $attributes = $__attributesOriginalcbb2aad07fed58b7ad8bae823b82e4f6; ?> <?php unset($__attributesOriginalcbb2aad07fed58b7ad8bae823b82e4f6); ?> <?php endif; ?> <?php if (isset($__componentOriginalcbb2aad07fed58b7ad8bae823b82e4f6)): ?> <?php $component = $__componentOriginalcbb2aad07fed58b7ad8bae823b82e4f6; ?> <?php unset($__componentOriginalcbb2aad07fed58b7ad8bae823b82e4f6); ?> <?php endif; ?> <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($organizations->firstItem()); ?></span> -<span id="last-item"><?php echo e($organizations->lastItem()); ?></span> <?php echo e(translate('of')); ?> <span id="total-item"> <?php echo e($organizations->total()); ?></span> <?php echo e(translate('Results')); ?> </h3> <button type="button" aria-label="Organization filter drawer" data-offcanvas-id="org-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 id="outputItemList"> <?php if (isset($component)) { $__componentOriginal5de33eaaa48784c345ad1b186cf921c5 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5de33eaaa48784c345ad1b186cf921c5 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::organization.organization-list','data' => ['organizations' => $organizations]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::organization.organization-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(['organizations' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($organizations)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal5de33eaaa48784c345ad1b186cf921c5)): ?> <?php $attributes = $__attributesOriginal5de33eaaa48784c345ad1b186cf921c5; ?> <?php unset($__attributesOriginal5de33eaaa48784c345ad1b186cf921c5); ?> <?php endif; ?> <?php if (isset($__componentOriginal5de33eaaa48784c345ad1b186cf921c5)): ?> <?php $component = $__componentOriginal5de33eaaa48784c345ad1b186cf921c5; ?> <?php unset($__componentOriginal5de33eaaa48784c345ad1b186cf921c5); ?> <?php endif; ?> </div> </div> </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 /home/inprosysltd/public_html/edulab.inprosysltd.com/Modules/LMS/resources/views/theme/organization/index.blade.php ENDPATH**/ ?>