@extends('layouts.app') @section('title', 'Notícias') @section('content') @forelse ($news as $new) {{ $new->title }} {{ $new->created_at->format('M d, Y') }} {{ $new->excerpt }} @empty Não há notícias para apresentar @endforelse {!! $news->links("pagination.bootstrap-5") !!} @endsection
{{ $new->excerpt }}
Não há notícias para apresentar