@extends('layouts.app') @section('content')

Latest News

Stay updated with the latest announcements and updates from our community

@forelse ($news as $article)
@if ($article->image) {{ $article->title }} @else
@endif

{{ $article->title }}

{{ $article->short_description }}

{{ $article->author->name }} {{ $article->formatted_date }}
@empty

No news articles available

Check back later for updates and announcements.

@endforelse
{{ $news->links() }}
@endsection @push('scripts') @endpush