Articles
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
-
{{ session('success') }}
| No | Titel | Category | Views | Status | Publish date | Function | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->title }} | {{ $item->Category->name }} | {{ $item->views }} | @if ($item->status == 0)Private | @elsePublished | @endif{{ $item->publish_date }} |
|