{{-- Form --}}
@include('design_1.web.components.comments.submit_form', [
'commentForItemId' => $upcomingCourse->id,
'commentForItemName' => "upcoming_course_id",
])
{{-- Comments Lists --}}
@if(!empty($upcomingCourseComments) and count($upcomingCourseComments['comments']))
@if(!empty($upcomingCourseComments['has_more']))
@endif
@endif