@extends('layouts.site') @section('headerData') @endsection @section('titlepage', 'Notícias') @section('meta-title', 'Página Notícias') @section('meta-description', 'Entre e acesse o site da UDFE!') @section('content')

Notícias

Home
Notícias
{{-- @for ($i = 0; $i < count($posts); $i++)
@endfor --}} @if (count($posts) == 0)

Não há notícias cadastradas.

@else
@foreach ($posts as $key => $p) @if ($key == 2 || $key == 5 || $key == 8)
@endif @endforeach
{!! $posts->links() !!}
@endif @endsection