관리-도구
편집 파일: 337cbfab7e01fda0249c9f3b16778d85.php
<?php if (isset($component)) { $__componentOriginald7f77a02f879fd4954ea3c39c4e952cb = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb = $attributes; } ?> <?php $component = Modules\LMS\View\Components\Dashboard\Layout::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('dashboard-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\Dashboard\Layout::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php $__env->slot('title', null, []); ?> <?php echo e(translate('Instructor Manage')); ?> <?php $__env->endSlot(); ?> <!-- BREADCRUMB --> <?php if (isset($component)) { $__componentOriginalcf27f2c2c873893339708d5fdeeb6984 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcf27f2c2c873893339708d5fdeeb6984 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::admin.breadcrumb','data' => ['title' => 'All your Instructor','pageTo' => 'Instructor','actionRoute' => ''.e(route('organization.instructor.create')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::admin.breadcrumb'); ?> <?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' => 'All your Instructor','page-to' => 'Instructor','action-route' => ''.e(route('organization.instructor.create')).'']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcf27f2c2c873893339708d5fdeeb6984)): ?> <?php $attributes = $__attributesOriginalcf27f2c2c873893339708d5fdeeb6984; ?> <?php unset($__attributesOriginalcf27f2c2c873893339708d5fdeeb6984); ?> <?php endif; ?> <?php if (isset($__componentOriginalcf27f2c2c873893339708d5fdeeb6984)): ?> <?php $component = $__componentOriginalcf27f2c2c873893339708d5fdeeb6984; ?> <?php unset($__componentOriginalcf27f2c2c873893339708d5fdeeb6984); ?> <?php endif; ?> <div class="flex items-center gap-2 pb-5 mb-5 border-b border-gray-200 dark:border-dark-border"> <a href="<?php echo e(route('organization.instructor.index', ['filter' => 'all'])); ?>" class="badge badge-primary-outline b-outline group/b-counter is-hover-active rounded-full dk-theme-card-square <?php echo e(get_active_filter_tab() === 'all' ? 'active' : ''); ?>"><?php echo e(translate('All')); ?> <span class="badge-counter rounded-full dk-theme-card-square"><?php echo e($countData['total'] ?? 0); ?></span> </a></a> <a href="<?php echo e(route('organization.instructor.index')); ?>" class="badge badge-primary-outline b-outline group/b-counter is-hover-active rounded-full dk-theme-card-square <?php echo e(get_active_filter_tab() === 'published' ? 'active' : ''); ?>"> <?php echo e(translate('Published')); ?> <span class="badge-counter rounded-full dk-theme-card-square"><?php echo e($countData['published'] ?? 0); ?></span></a> <a href="<?php echo e(route('organization.instructor.index', ['filter' => 'trash'])); ?>" class="badge badge-primary-outline b-outline group/b-counter is-hover-active rounded-full dk-theme-card-square <?php echo e(get_active_filter_tab() === 'trash' ? 'active' : ''); ?>"> <?php echo e(translate('Trash')); ?> <span class="badge-counter rounded-full dk-theme-card-square"><?php echo e($countData['trashed'] ?? 0); ?></span> </a> </div> <?php if($instructors->count() > 0): ?> <div class="card overflow-hidden"> <?php if (isset($component)) { $__componentOriginale6b45272b8c150a3a0418d5245ec89f2 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginale6b45272b8c150a3a0418d5245ec89f2 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::instructor.instructor-list','data' => ['instructors' => $instructors,'prefixRoute' => 'organization']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::instructor.instructor-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(['instructors' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($instructors),'prefixRoute' => 'organization']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginale6b45272b8c150a3a0418d5245ec89f2)): ?> <?php $attributes = $__attributesOriginale6b45272b8c150a3a0418d5245ec89f2; ?> <?php unset($__attributesOriginale6b45272b8c150a3a0418d5245ec89f2); ?> <?php endif; ?> <?php if (isset($__componentOriginale6b45272b8c150a3a0418d5245ec89f2)): ?> <?php $component = $__componentOriginale6b45272b8c150a3a0418d5245ec89f2; ?> <?php unset($__componentOriginale6b45272b8c150a3a0418d5245ec89f2); ?> <?php endif; ?> </div> <?php else: ?> <?php if (isset($component)) { $__componentOriginal5d13c2904e1f07d85da185576dbff28d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5d13c2904e1f07d85da185576dbff28d = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::admin.empty-card','data' => ['title' => 'You have no instructor.','action' => ''.e(route('organization.instructor.create')).'','btnText' => 'Create New']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::admin.empty-card'); ?> <?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' => 'You have no instructor.','action' => ''.e(route('organization.instructor.create')).'','btnText' => 'Create New']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal5d13c2904e1f07d85da185576dbff28d)): ?> <?php $attributes = $__attributesOriginal5d13c2904e1f07d85da185576dbff28d; ?> <?php unset($__attributesOriginal5d13c2904e1f07d85da185576dbff28d); ?> <?php endif; ?> <?php if (isset($__componentOriginal5d13c2904e1f07d85da185576dbff28d)): ?> <?php $component = $__componentOriginal5d13c2904e1f07d85da185576dbff28d; ?> <?php unset($__componentOriginal5d13c2904e1f07d85da185576dbff28d); ?> <?php endif; ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb)): ?> <?php $attributes = $__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb; ?> <?php unset($__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb); ?> <?php endif; ?> <?php if (isset($__componentOriginald7f77a02f879fd4954ea3c39c4e952cb)): ?> <?php $component = $__componentOriginald7f77a02f879fd4954ea3c39c4e952cb; ?> <?php unset($__componentOriginald7f77a02f879fd4954ea3c39c4e952cb); ?> <?php endif; ?> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\portals\organization\instructor\index.blade.php ENDPATH**/ ?>