@extends('front.front-app') @include('front.header') @include('front.header-bottom-goods') @section('container')
@include('front.templates.breadcrumbs')

{{$parent_menu->name or ''}}

@if(!$comments_list->isEmpty()) @foreach($comments_list as $one_comment)

{{$one_comment->name or ''}}

@if(!empty($one_comment->created_at))

{{getMonthNameByNr($lang_id, $one_comment->created_at)}}

@endif

{{$one_comment->comment or ''}}

@endforeach @if(!empty($comments_list))
@include('pagination', ['paginator' => $comments_list, 'new_url' => ''])
@endif @else
{!! ShowLabelById(9, $lang_id) !!}
@endif
{{----}}
{{--modal--}}
{{--END modal--}}
@stop @include('front.footer')