@extends(getTemplate() .'.panel.layouts.panel_layout')
@push('styles_top')
@endpush
@section('content')
{{ trans('panel.comments_statistics') }}
{{ trans('panel.filter_comments') }}
{{ trans('update.product_comments_list') }}
@foreach($comments as $comment)
{{ trans('panel.user') }}
{{ trans('update.product') }}
{{ trans('panel.comment') }}
{{ trans('public.status') }}
{{ trans('public.date') }}
@endforeach
{{ $comment->product->title }}
@if(empty($comment->reply_id))
{{ trans('public.open') }}
@else
{{ trans('panel.replied') }}
@endif
{{ dateTimeFormat($comment->created_at,'j M Y | H:i') }}