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