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