@if (count($oArticles) == 0) {{-- Empty State --}}

看起来这里没有任何东西…

@else
@if (@$aTag['name'])

{{@$aTag['name']}}{{@$aTag['count']}}

@endif @isset($oCategory->aBanner) @php $sBannerPath = '/sites/' . config('app.site_code_short') . '/images/banner/' . $oCategory->aBanner['img_file']; @endphp

{{$oCategory->sSlug}}{{count($oArticles)}}

@endisset
@foreach ($oArticles as $oArticle) @endforeach
@endif