{{ __('News & Blogs') }}

{{ __('Our Latest News Feed') }}

{{ __('Dont Miss Stay Updated with the Latest Articles and Insights') }}

@php $firstBlog = $featuredBlogs->first(); @endphp
img

{{ $firstBlog?->title }}

@foreach ($featuredBlogs->slice(1, 2) as $blog)
img

{{ $blog?->category?->title }}

@endforeach
shape shape