@if (sizeof($bloglist) == 0)
Blog list is currently empty.
@else
| # |
Blog Title |
Description |
Date Created |
Actions |
@foreach ($bloglist as $key => $blog)
| {{ $key + 1}} |
{{ $blog->blog_title }} |
{{ $blog->description }} |
{{ $blog->created_at }} |
|
@endforeach
@endif