Home

>

blogs

Add
@if (session('success'))
{{ session('success') }}
@endif
@foreach ($blogsDetails as $index => $blogs) @endforeach
S.NO Title Country Thumbnail Action
{{ $index + 1 }} {{ $blogs->title ?? 'null' }} {{ $blogs->country ?? 'null' }} @if (!empty($blogs->thumbnail)) Blog Thumbnail @else No Image Available @endif