@if ($orderProducts->count() > 0)
Showing {{ $orderProducts->firstItem() }} to {{ $orderProducts->lastItem() }} of {{ $orderProducts->total() }} entries
@if ($orderProducts->hasPages())
{{ $orderProducts->links('pagination::bootstrap-4') }}
@endif
@endif