{{-- ================= HERO SECTION ================= --}} @if ($latestBlog) @php $blog = $latestBlog; @endphp

BLOGS

{{-- LEFT --}}
{{ \Carbon\Carbon::parse($blog->publish_date)->format('M Y') }}

{{ $blog->title }}

{{ \Illuminate\Support\Str::limit(strip_tags($blog->short_description ?? $blog->content), 260) }}

Read Article →
{{-- RIGHT IMAGE --}}
{{ $blog->title }}
@endif {{-- ================= BLOG LIST ================= --}}
{{-- ================= LOAD MORE BUTTON ================= --}} @if ($blogs->count() < $totalBlogs)
@endif