{{-- Merged from static file: blogs.php. Dynamic implementation with preserved UI. --}} {{ $blogsSeo->meta_title ?? 'IRQS Website | Blogs & Insights' }} @include('website.partials.include_css') @include('website.partials.header')

Blog & Insights

Stay informed with the latest industry insights, certification updates, and expert guidance.

Stay Informed with
Our Blog

@if($featuredBlog)
{{ $featuredBlog->title }} {{ $featuredBlog->category->name ?? 'Uncategorized' }}

{{ $featuredBlog->created_at->format('F j, Y') }}

{{ $featuredBlog->title }}

@else
No Blogs Available

No blogs available

No blogs available at the moment

@endif
@if(request('search'))
Search results for: "{{ request('search') }}" Clear search
@endif @forelse($recentBlogs as $recentBlog)
{{ $recentBlog->title }}
{{ $recentBlog->title }}
@empty
No recent blogs available
@endforelse
line-img
Insights &Updates

Ideas, Insights, and Inspiration

@if($blogs->count() > 0)
@foreach($blogs as $blog)
{{ $blog->title }} {{ $blog->category->name ?? 'Uncategorized' }}
{{ $blog->title }}
@endforeach
@if($blogs->hasPages()) @endif @else

No blogs found

No blogs available at the moment.

@endif
button
@include('website.partials.footer') @include('website.partials.include_js')