@extends('design_1.panel.layouts.panel') @push('styles_top') @endpush @section('content') @if(!empty($comments) and !$comments->isEmpty())

{{ trans('panel.my_comments') }}

{{-- Filters --}} @include('design_1.panel.store.my_comments.filters') {{-- List Table --}}
@foreach($comments as $commentRow) @include('design_1.panel.store.my_comments.table_items', ['comment' => $commentRow]) @endforeach
{{ trans('update.product') }} {{ trans('panel.comment') }} {{ trans('public.status') }} {{ trans('public.date') }} {{ trans('update.controls') }}
{{-- Pagination --}}
@else @include('design_1.panel.includes.no-result',[ 'file_name' => 'store_product_comments.svg', 'title' => trans('panel.my_comments_no_result'), 'hint' => nl2br(trans('panel.my_comments_no_result_hint')), 'extraClass' => 'mt-0', ]) @endif @endsection @push('scripts_bottom') @endpush