@include('flash::message')
@if ($errors->any())
@endif
-
@foreach ($errors->all() as $error)
- {{$error}} @endforeach
Articles Viwes
{{-- --}}
| ID | Title | Category | Type | Img | Activation | Actions |
|---|---|---|---|---|---|---|
| {{$record->id}} | {{$record->title}} | {{$record->category?->name ?? '---'}} | {{$type}} |
|
{!! $activate !!} |
{{-- pagination area --}}