관리-도구
편집 파일: 4313ba816cd42fdb0e2c75665083321c.php
<div class="fieldset"> <form action="<?php echo e($action ?? '#'); ?>" method="POST" data-key="curriculum" class="pb-10"> <?php echo csrf_field(); ?> <input type="hidden" name="course_id" class="courseId" value="<?php echo e($course->id ?? null); ?>"> <div class="card p-3 sm:p-6"> <div class="flex flex-col md:flex-row md:items-center gap-5 justify-between "> <h6 class="leading-none text-xl font-semibold text-heading"><?php echo e(translate('Add Course Curriculum')); ?> </h6> <div class="flex items-center justify-end gap-2"> <button type="button" data-modal-target="addCourseChapter" data-modal-toggle="addCourseChapter" class="btn b-light btn-primary-light dark:!bg-dark-icon dark:hover:!bg-primary add-chapter"> <i class="ri-add-circle-line text-inherit"></i> <span><?php echo e(translate('Add Chapter')); ?></span> </button> <button type="button" data-modal-target="addCourseTopic" data-modal-toggle="addCourseTopic" class="btn b-light btn-primary-light dark:!bg-dark-icon dark:hover:!bg-primary add-topic-form"> <i class="ri-add-circle-line text-inherit"></i> <span> <?php echo e(translate('Add Topic')); ?> </span> </button> </div> </div> <?php if (isset($component)) { $__componentOriginal4d4f20ace021bd03dd1639d83f2f15bf = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal4d4f20ace021bd03dd1639d83f2f15bf = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::course.curriculum.chapter-list','data' => ['course' => $course]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::course.curriculum.chapter-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(['course' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($course)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal4d4f20ace021bd03dd1639d83f2f15bf)): ?> <?php $attributes = $__attributesOriginal4d4f20ace021bd03dd1639d83f2f15bf; ?> <?php unset($__attributesOriginal4d4f20ace021bd03dd1639d83f2f15bf); ?> <?php endif; ?> <?php if (isset($__componentOriginal4d4f20ace021bd03dd1639d83f2f15bf)): ?> <?php $component = $__componentOriginal4d4f20ace021bd03dd1639d83f2f15bf; ?> <?php unset($__componentOriginal4d4f20ace021bd03dd1639d83f2f15bf); ?> <?php endif; ?> </div> <div class="card flex-center gap-4 justify-end"> <button type="button" class="prev-form-btn btn b-outline btn-primary-outline"> <?php echo e(translate('Previous')); ?> </button> <button type="button" class="next-form-btn btn b-solid btn-primary-solid dk-theme-card-square"> <?php echo e(translate('Save & Continue')); ?> </button> </div> </form> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\portals\components\course\curriculum\curriculum-form.blade.php ENDPATH**/ ?>