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