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

{{ $title }}

@endif
@endif @endif