@if (is_plugin_active('blog')) @php $recentPosts = get_recent_posts($limit ?? 3); @endphp @if ($recentPosts->isNotEmpty())
{{ Str::limit($post->description, 100) }}