@foreach($tabs as $value => $label)
{{ $label }}
@endforeach
@forelse($newsItems as $news)
@empty
@endforelse
@if($newsItems->hasPages())
@endif
{{ $news->published_at?->format('d M Y') }}
{{ $news->heading }}
{{ \Illuminate\Support\Str::limit($news->description, 150) }}
Nothing here yet
There are no {{ strtolower($activeTab) }} items to show right now. Please check back soon.
{{ $newsItems->links('vendor.pagination.default') }}