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