@include('admin.layouts.head')
@include('admin.layouts.header')
@include('admin.layouts.sidebar')
{{-- content start --}}

Слайд Лист

@foreach($comments as $comment) @endforeach
Line 1 Line 2 Image Line 4
{{ ++$n }}
Отзыв от пользователя: {{ $comment->user->name ?? 'Неизвестно' }}
Специалист: {{ $comment->ratedUser->name ?? 'Неизвестно' }}
{{ $comment->reviews }} Редактировать
@csrf
{{-- content end --}}
@include('admin.layouts.scripts')