{{-- Phoenix v1.22.0 styled AJAX-compatible paginator for admin section --}} @if ($paginator->hasPages()) @else
@if($paginator->total() > 0) Showing {{ $paginator->total() }} {{ Str::plural('result', $paginator->total()) }} @else No results found @endif