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