• @include('web.components.default.medias.image', [ 'media' => [ 'path' => $report->cover->path, 'alt' => "Imagem ilustrativa da notícia: {$report->publication->title}", 'count' => $report->cover_count, ], ])

    {{ $report->publication->title }}

    {!! \Str::words($report->publication->summary, 20, '...') !!}
    {{ $report->date_post }}