@foreach ($categories as $key => $label) @endforeach
@if ($featured) @endif @if ($posts->isEmpty() && ! $featured)

{{ __('No posts found. Try another search or category.') }}

@else
@foreach ($posts as $post) @endforeach
@if ($posts->hasPages()) @endif @endif