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