@if($rows instanceof \Illuminate\Contracts\Pagination\LengthAwarePaginator && $rows->total() > 0)
Showing {{ $rows->firstItem() }}–{{ $rows->lastItem() }} of {{ number_format($rows->total()) }}
@endif