@if (is_plugin_active('blog')) @foreach(get_featured_posts(5) as $post)
{{ $post->name }}

{{ $post->name }}

{{ $post->created_at->translatedFormat('Y-m-d') }} @if ($post->author) {{ $post->author->getFullName() }} @endif
{{ Str::limit($post->description, 80) }}
@endforeach @endif