{{-- 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']))
@include('design_1.web.components.comments.all_cards', [ 'comments' => $upcomingCourseComments['comments'], 'commentForItemId' => $upcomingCourse->id, 'commentForItemName' => "upcoming_course_id", ])
@if(!empty($upcomingCourseComments['has_more']))
@endif @endif
@include('design_1.web.components.comments.reply_form')