@if (isset($search))
{{ count($data)==0?0:$offset+1 }} to {{ count($data)+$offset }} of {{ $total }} entries
@else
{{ count($data)==0?0:$offset+1 }} to {{ count($data)+$offset }} of {{ $total_search }} entries (filtered from {{ $total}} total)
@endif