@php
$pathSystem = $_SERVER['DOCUMENT_ROOT'] . "/";
$angraDefault = asset("/pmar/assets/img/angra-default.png");
$totalNoticias = isset($noticias) ? $noticias->count() : 0;
@endphp
@if($destaque)
{{ $destaque->title }}
@if($totalNoticias >= 2)
{{ $noticias[0]->title }}
{{ $noticias[1]->title }}
@endif
@endif
@if($totalNoticias > 2)
@for ($i = 2; $i < min($totalNoticias, 6); $i++)
{{ $noticias[$i]->title }}
@endfor
@endif