by {{ $blog->author ?? 'Admin' }}
{{ $blog->created_at->format('d M Y') }}
{{ $blog->title }}
{{ $blog->short_description }}
{!! $blog->body !!}
@if($blog->sub_image){{ $blog->sub_heading }}
@endif @if($blog->sub_content){!! $blog->sub_content !!}
@endifWelcome to your go-to destination for fresh perspectives. Dive deep into our rich content pool curated meticulously to enlighten, entertain, and engage readers across the globe.
Featured Posts
by {{ $post->author ?? 'Admin' }}
{{ Str::limit($post->title, 50) }}
You Also Like
Discover more articles related to this topic.
by {{ $post->author ?? 'Admin' }}
{{ $post->category->name ?? 'Blog' }}
{{ \Illuminate\Support\Str::limit($post->title, 50) }}
{{ $post->created_at->format('d') }}
{{ $post->created_at->format('M') }}
{{ \Illuminate\Support\Str::limit(strip_tags($post->body), 150) }}
Read More
 }})
 }})
 }})
 }})