관리-도구
편집 파일: e1cc88fcb1824fc6a9a3f30fa55e09da.php
<?php $user = authCheck(); $editRoute = 'organization.course.edit'; $deleteRoute = 'organization.course.destroy'; $restoreRoute = 'organization.course.restore'; $translateRoute = 'organization.course.translate'; $titleText = translate('Do you want to move to Trash'); $text = translate('If you move to Trash, the course and all related data will be trashed.'); $isOrganization = isOrganization(); ?> <?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('Manage Course')); ?> <?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' => 'Course list','pageTo' => 'Course','actionRoute' => ''.e(route('organization.course.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' => 'Course list','page-to' => 'Course','action-route' => ''.e(route('organization.course.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; ?> <?php if (isset($component)) { $__componentOriginald6ab3cba071543ea9bff6bbd4ed6b2db = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginald6ab3cba071543ea9bff6bbd4ed6b2db = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::course.filter','data' => ['isOrganization' => ''.e($isOrganization).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::course.filter'); ?> <?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(['isOrganization' => ''.e($isOrganization).'']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginald6ab3cba071543ea9bff6bbd4ed6b2db)): ?> <?php $attributes = $__attributesOriginald6ab3cba071543ea9bff6bbd4ed6b2db; ?> <?php unset($__attributesOriginald6ab3cba071543ea9bff6bbd4ed6b2db); ?> <?php endif; ?> <?php if (isset($__componentOriginald6ab3cba071543ea9bff6bbd4ed6b2db)): ?> <?php $component = $__componentOriginald6ab3cba071543ea9bff6bbd4ed6b2db; ?> <?php unset($__componentOriginald6ab3cba071543ea9bff6bbd4ed6b2db); ?> <?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.course.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.course.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.course.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($courses->count() > 0): ?> <div class="card overflow-hidden"> <table class="table-auto w-full whitespace-nowrap text-left text-gray-500 dark:text-dark-text font-medium leading-none"> <thead class="text-primary-500"> <tr> <th class="px-3.5 py-4 bg-[#F2F4F9] dark:bg-dark-card-two first:rounded-l-lg last:rounded-r-lg first:dk-theme-card-square-left last:dk-theme-card-square-right"> <?php echo e(translate('Course title')); ?> </th> <th class="px-3.5 py-4 bg-[#F2F4F9] dark:bg-dark-card-two first:rounded-l-lg last:rounded-r-lg first:dk-theme-card-square-left last:dk-theme-card-square-right"> <?php echo e(translate('Price')); ?> </th> <th class="px-3.5 py-4 bg-[#F2F4F9] dark:bg-dark-card-two first:rounded-l-lg last:rounded-r-lg first:dk-theme-card-square-left last:dk-theme-card-square-right"> <?php echo e(translate('Sales')); ?> </th> <th class="px-3.5 py-4 bg-[#F2F4F9] dark:bg-dark-card-two first:rounded-l-lg last:rounded-r-lg first:dk-theme-card-square-left last:dk-theme-card-square-right"> <?php echo e(translate('Enrollment')); ?> </th> <th class="px-3.5 py-4 bg-[#F2F4F9] dark:bg-dark-card-two first:rounded-l-lg last:rounded-r-lg first:dk-theme-card-square-left last:dk-theme-card-square-right"> <?php echo e(translate('Course Level')); ?> </th> <th class="px-3.5 py-4 bg-[#F2F4F9] dark:bg-dark-card-two first:rounded-l-lg last:rounded-r-lg first:dk-theme-card-square-left last:dk-theme-card-square-right"> <?php echo e(translate('Status')); ?> </th> <th class="px-3.5 py-4 bg-[#F2F4F9] dark:bg-dark-card-two first:rounded-l-lg last:rounded-r-lg first:dk-theme-card-square-left last:dk-theme-card-square-right w-10"> <?php echo e(translate('Action')); ?> </th> </tr> </thead> <tbody class="divide-y divide-gray-200 dark:divide-dark-border-three"> <?php $__currentLoopData = $courses; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $course): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $translations = parse_translation($course); $title = $translations['title'] ?? ($course->title ?? ''); $instructors = $course->instructors ?? []; $thumbnail = fileExists('lms/courses/thumbnails', $course->thumbnail) == true ? asset("storage/lms/courses/thumbnails/{$course->thumbnail}") : asset('lms/assets/images/placeholder/thumbnail612.jpg'); if ($course->trashed()) { $titleText = translate('Are you sure you want to delete this permanently'); $text = translate( 'If You delete it,course and course related all data will be deleted permanently.', ); } $currency = $course?->coursePrice?->currency ?? 'USD-$'; $currencySymbol = get_currency_symbol($currency); ?> <tr> <td class="px-3.5 py-4"> <div class="flex items-center gap-2"> <a href="#" class="size-[70px] rounded-50 overflow-hidden dk-theme-card-square"> <img src="<?php echo e($thumbnail); ?>" alt="thumb" class="size-full object-cover"> </a> <div> <p class="text-xs text-gray-500 dark:text-dark-text mb-1.5"> <?php echo e(customDateFormate($course->created_at, $format = 'd M Y')); ?></p> <h6 class="text-lg leading-none text-heading dark:text-white font-bold mb-1.5 line-clamp-1" title="<?php echo e($title); ?>"> <a href="#"><?php echo e(substr($title, 0, 30) . '...'); ?></a> </h6> <?php if(count($instructors) > 0): ?> <div class="flex items-center gap-2"> <p class="font-normal text-xs text-gray-900"> <?php echo e(translate('Instructors')); ?> - <?php $__currentLoopData = $instructors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $instructor): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $userInfo = $instructor->userable ?? null; $userTranslations = parse_translation($userInfo); ?> <?php echo e($userTranslations['first_name'] ?? $userInfo?->first_name); ?> <?php echo e($userTranslations['last_name'] ?? $userInfo?->last_name); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </p> </div> <?php endif; ?> </div> </div> </td> <td class="px-3.5 py-4"> <?php if(isset($course?->courseSetting?->is_free) && !empty($course?->courseSetting)): ?> <?php if($course?->courseSetting?->is_free): ?> <?php echo e(translate('Free')); ?> <?php else: ?> <?php echo e($currencySymbol); ?><?php echo e($course?->coursePrice?->price); ?> <?php endif; ?> <?php else: ?> <?php echo e(translate('Free')); ?> <?php endif; ?> </td> <td class="px-3.5 py-4"> <p> <b><?php echo e(translate('Sales')); ?></b>: <?php echo e($course?->courseSetting?->sale_count_number ?? 0); ?></p> </td> <td class="px-3.5 py-4"> <?php echo e($course?->enrollments?->count()); ?> </td> <td class="px-3.5 py-4"> <?php if($course?->levels?->count() > 0): ?> <?php $__currentLoopData = $course?->levels; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $level): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $levelTranslations = parse_translation($level); ?> <?php echo e($levelTranslations['name'] ?? $level->name); ?> <?php if(!$loop->last): ?> , <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </td> <td class="px-3.5 py-4"> <?php if($course->status == Modules\LMS\Enums\CourseStatus::PENDING): ?> <div class="badge b-solid badge-primary-solid"> <?php echo e($course->status); ?></div> <?php elseif($course->status == Modules\LMS\Enums\CourseStatus::APPROVED): ?> <div class="badge b-solid badge-secondary-solid"> <?php echo e($course->status); ?></div> <?php else: ?> <div class="badge b-solid badge-danger-solid"> <?php echo e($course->status); ?></div> <?php endif; ?> </td> <td class="px-3.5 py-4"> <div class="flex items-center gap-1"> <?php if($course->trashed()): ?> <button data-action="<?php echo e(route($restoreRoute, $course->id)); ?>" class="btn-icon btn-primary-icon-light size-8 trash-restore-btn-cs" title="<?php echo e(translate('Restore')); ?>" data-title="<?php echo e(translate('Do you want to restore it')); ?>"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 512 512"> <path fill="currentColor" fill-rule="evenodd" d="M160 168.296c64.802 0 117.334 29.715 117.334 66.37q0 1.34-.093 2.665l.028-.294h.065v165.926c0 36.655-52.532 66.37-117.334 66.37c-63.361 0-114.992-28.409-117.256-63.937l-.077-2.433V237.037h.073a38 38 0 0 1-.073-2.37c0-36.656 52.532-66.37 117.333-66.37m0 218.074c-28.365 0-54.38-5.693-74.667-15.17v22.316l.018 1.197c.684 12.202 32.466 31.954 74.657 31.954c23.075 0 44.362-5.79 59.26-15.367c10.256-6.594 14.782-12.874 15.34-16.01l.059-.623V371.2c-20.286 9.478-46.3 15.171-74.667 15.171m0-85.333c-28.361 0-54.373-5.692-74.658-15.167l-.002 35.906l1.446-.009c1.73 1.73 5.179 4.59 11.254 8.027c15.143 8.566 37.48 13.91 61.96 13.91s46.818-5.344 61.96-13.91c7.501-4.243 11-7.609 12.2-9.05l.507-.004l.003-34.875c-20.287 9.478-46.303 15.172-74.67 15.172m0-90.074c-41.237 0-74.666 10.984-74.666 24.533S118.764 260.03 160 260.03c41.238 0 74.667-10.984 74.667-24.534s-33.43-24.533-74.667-24.533m248.775 144.288l-29.779-30.563C401.874 301.564 416 269.765 416 234.667c0-42.82-21.025-80.729-53.316-103.966l-.017 82.632H320V64h149.334v42.667l-68.447-.002c35.432 31.273 57.78 77.027 57.78 128.002c0 47.08-19.063 89.707-49.892 120.584" /> </svg> </button> <?php else: ?> <a href="<?php echo e(route($translateRoute, ['id' => $course->id, 'locale' => app()->getLocale()])); ?>" class="btn-icon btn-primary-icon-light size-8"> <i class="ri-translate text-inherit text-base"></i> </a> <a href="<?php echo e(route($editRoute, $course->id)); ?>" class="btn-icon btn-primary-icon-light size-8"> <i class="ri-edit-2-line text-inherit text-base"></i> </a> <button class="btn-icon btn-danger-icon-light size-8 delete-btn-cs" data-action="<?php echo e(route($deleteRoute, $course->id)); ?>" data-title="<?php echo e($titleText); ?>" data-text="<?php echo e($text); ?>"> <i class="ri-delete-bin-line text-inherit text-base"></i> </button> <?php endif; ?> </div> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> <!-- Start Pagination --> <?php echo e($courses->links('portal::admin.pagination.paginate')); ?> </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' => 'No course found']] + (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' => 'No course found']); ?> <?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\course\index.blade.php ENDPATH**/ ?>