@if ($tab === 'pending')
No pending articles
@else
No articles found
@endif
@if ($tab === 'pending' && $feedId !== null)
No pending articles for the selected feed.
@elseif ($tab === 'pending')
All route articles have been reviewed.
@elseif ($search !== '')
No results for "{{ $search }}".
@elseif ($feedId !== null)
No articles for the selected feed.
@else
No route articles have been created yet.
@endif