@extends('template.portal.layout') @section('content-body')

Noticias

@if(!empty($noticias) && count($noticias) > 0) @for($i = 0; $i < count($noticias); $i++) @if(($i+1) % 2 == 1)
@endif @if(($i+1) % 2 == 0)
@endif @endfor @if(count($noticias) % 2 != 0)
@endif
{{ $noticias->links() }}
@else @endif @endsection