@if(session('success'))
{{ session('success') }}
@endif
| ID | Blog Category | Title | Country | Thumbnail | Action |
|---|---|---|---|---|---|
| {{ $key+1 ?? 'N/A' }} | {{ $blogs->blog_category ?? 'N/A' }} | {{ $blogs->title ?? 'N/A' }} | {{ $blogs->country ?? 'N/A' }} |
@if(!empty($blogs->thumbnail))
Image Not Available @endif |