@extends('layouts.app') @section('title', 'Notícias') @section('content')
@forelse ($news as $new) @empty

Não há notícias para apresentar

@endforelse
{!! $news->links("pagination.bootstrap-5") !!}
@endsection