@if(($pageContentType ?? 'NOTICIAS') === 'HTML_NOTICIAS' && ($secretaria->page_content_order ?? 'HTML_FIRST') === 'NEWS_FIRST') @if($noticias->count() > 0)
@include('paginas.parts.org-news-grid')
@endif {!! $htmlPageContent !!} @else {!! $htmlPageContent !!} @if(($pageContentType ?? 'NOTICIAS') === 'HTML_NOTICIAS' && $noticias->count() > 0)
@include('paginas.parts.org-news-grid')
@endif @endif
@include('paginas.parts.links') @include('paginas.parts.servicos') @include('paginas.parts.telefones')