@if (is_plugin_active('blog')) @php $limit = (int) Arr::get($config, 'limit'); $posts = match (Arr::get($config, 'type')) { 'recent' => get_recent_posts($limit), default => get_popular_posts($limit), }; @endphp
@if ($title = $config['title'])

{{ $title }}

@endif
@endif