<div class="ps-box p-0 shadow-none">
<h4 class="g-title"><?php echo e(get_phrase('Course Overview')); ?></h4>
<div class="description ellipsis-4" id="ellipsis-4">
<?php if(isset($course_details->description)): ?>
<?php echo removeScripts($course_details->description); ?>
<?php else: ?>
<p class="text-center"><?php echo e(get_phrase('No Course Description')); ?></p>
<?php endif; ?>
</div>
<?php if(isset($course_details->description)): ?>
<a href="#" class="s_stext" id="more_description">
<?php echo e(get_phrase('See more')); ?> <i class="fa-solid fa-angle-right me-2"></i>
</a>
<?php endif; ?>
</div>
<?php echo $__env->make('frontend.default.course.faq_area', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\Arise\resources\views/frontend/default/course/overview_area.blade.php ENDPATH**/ ?>