{{$parent_menu->name or ''}}
@if(!$comments_list->isEmpty())
@foreach($comments_list as $one_comment)
@endforeach
@if(!empty($comments_list))
{{$one_comment->name or ''}}
@if(!empty($one_comment->created_at)){{getMonthNameByNr($lang_id, $one_comment->created_at)}}
@endif{{$one_comment->comment or ''}}
@include('pagination', ['paginator' => $comments_list, 'new_url' => ''])
@endif
@else
{!! ShowLabelById(9, $lang_id) !!}
@endif