@foreach ($widgets as $widget)
@if (App\Models\Story::published()->count() != 0)
@if ($widget->name === 'top-authors')
@endif
@if ($widget->name === 'popular-tags')
@endif
@if ($widget->name === 'latest-comments')
@endif
@endif
@if ($widget->name === 'block-html')
{!! $widget->settings['html'] !!}
@endif
@endforeach
@foreach ($stickyWidgets as $widget)
@if (App\Models\Story::published()->count() != 0)
@if ($widget->name === 'top-authors')
@endif
@if ($widget->name === 'popular-tags')
@endif
@if ($widget->name === 'latest-comments')
@endif
@endif
@if ($widget->name === 'block-html')
{!! $widget->settings['html'] !!}
@endif
@endforeach