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

Notícias

@foreach ($noticias as $noticia)

{{ $noticia->formatted_publish_up }}

{{ $noticia->title }}

{{ $noticia->resume_introtext }}

Leia mais
@endforeach
{{ $noticias->links() }}
@endsection