@foreach( \App\Livewire\NewsDatabase::SORT_OPTIONS as $k => $v ) @if( $sortBy === $k ) @endif @endforeach {{ $news->total() }} results
@forelse($news as $item) @empty

No news found.

@endforelse
{{ $news->links() }}