{{-- Merged from static file: news-update.php. Dynamic implementation with preserved UI. --}} {{ $newsSeo->meta_title ?? 'IRQS Website | News & Updates' }} @include('website.partials.include_css') @include('website.partials.header')

Stay Updated with
Our Latest News

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

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

{{ $featuredNews->title }}

@else
No News Available

No news available

No news available at the moment

@endif
@if(request('search') && trim(request('search')) !== '')
Search results for: "{{ request('search') }}" Clear search
@endif @forelse($recentNews as $recentNewsItem)
{{ $recentNewsItem->title }}
{{ $recentNewsItem->title }}
@empty
No recent news available
@endforelse
line-img
Latest News & Updates

Industry News & IRQS Updates

@if($news->count() > 0)
@foreach($news as $newsItem)
@endforeach
@if($news->hasPages()) @endif @else

No news found

No news available at the moment.

@endif

Let's get you certified-Start your journey today!

Connect with our experts for a seamless and hassle-free certification process.

Get Certified
background-img
man-img
button
@include('website.partials.footer') @include('website.partials.include_js')