Table
| # |
Created At |
Title |
Image |
Action |
@forelse($blogs as $blog)
| {{ $loop->iteration }} |
{{ $blog->created_at->format('Y-m-d') }} |
{{ $blog->title_en }} / {{ $blog->title_ar }} |
@if($blog->image)
@endif
|
|
@empty
| No blogs found |
@endforelse
{{ $blogs->appends(request()->query())->links() }}