@props(['noticia', 'pathSystem', 'angraDefault'])
{{ $noticia->title }}

{{ Str::limit($noticia->title, 50) }}

{{ Str::limit($noticia->summary, 80) }}

{{ date('d/m/Y', strtotime($noticia->created_at)) }}