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