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