@if (is_plugin_active('blog')) @php $limit = (int) Arr::get($config, 'limit'); $type = Arr::get($config, 'type'); if ($limit > 0) { $categories = get_popular_categories($limit); } else { $categories = get_all_categories(); } @endphp @if ($categories->count())

{{ Arr::get($config, 'name') }}

@endif @endif