@extends('templates.theme-two') @section('titulo-pagina') {{ $site->informacao->nome_comercial }} - Notícias @endsection @section('styles') @endsection @section('menu-noticias') style="font-family: 'now_altbold';" @endsection @section('conteudo')

NOTÍCIAS

@if(!empty($feed)) @foreach($feed['items'] as $key => $item) @if( ($key + 1) % 3 == 0)
@endif @endforeach @endif
@endsection @section('scripts') @endsection