@push('title', __('Articles'))
{{ __('The Hubbly Newsie') }}

{{ __('Newsie Directory') }}

{{ __('Filter newsie by category or search for a specific article...') }}

@if(request('search')) @endif
@forelse($articles as $article) @empty

{{ __('No articles found.') }}

@if(request('search')) {{ __('Clear search') }} @endif
@endforelse
@if(method_exists($articles, 'links'))
{{ $articles->links() }}
@endif