@extends('layouts.website') @section('content') @if ($featuredNews || $news->count() > 0 || $recentNews->count() > 0) Stay Updated with Our Latest News @if ($featuredNews) {{ $featuredNews->category->name ?? 'Uncategorized' }} {{ $featuredNews->created_at->format('F j, Y') }} {{ $featuredNews->title }} @endif @if (request('search')) Search results for: "{{ request('search') }}" Clear search @endif Featured @forelse($recentNews as $recentNewsItem) {{ $recentNewsItem->title }} @empty No featured news at the moment. Check back soon for updates. @endforelse Follow Us On @endif @if ($news->count() > 0) Latest News & Updates Industry News & IRQS Updates @foreach ($news as $newsItem) {{ $newsItem->created_at->format('F j, Y') }} {{ $newsItem->title }} @endforeach @if ($news->hasPages()) @if ($news->onFirstPage()) @else @endif @foreach ($news->getUrlRange(1, $news->lastPage()) as $page => $url) @if ($page == $news->currentPage()) {{ $page }} @else {{ $page }} @endif @endforeach @if ($news->hasMorePages()) @else @endif @endif @endif Let's get you certified-Start your journey today! Connect with our experts for a seamless and hassle-free certification process. Get Certified @include('components.request-quote-button') {{-- Include enquiry form modal for News page --}} @include('components.enquiry-form-wrapper', ['pageSource' => 'news', 'formType' => 'enquiry']) @endsection @section('scripts') @endsection
{{ $featuredNews->created_at->format('F j, Y') }}
No featured news at the moment. Check back soon for updates.
Connect with our experts for a seamless and hassle-free certification process.