@include('flash::message')
@if ($errors->any())
@endif
-
@foreach ($errors->all() as $error)
- {{$error}} @endforeach
Comments Viwes
{{-- --}}
| ID | Article | User | Comment | Activation | Actions |
|---|---|---|---|---|---|
| {{$record->id}} | {{$record->article?->title ?? 'article'}} | {{$record->user?->name ?? 'visitor'}} | {{$record->comment}} | {!! $activate !!} |
|
{{-- pagination area --}}