File: D:/HostingSpaces/SBogers10/shop.komma.nl/resources/views/components/quantity.blade.php
<div class="c-quantity js-quantity-control">
<div class="c-quantity__input">
<input class="c-input c-input--center js-whole" type="text" value="{{$quantity ?? 0}}" data-min="{{ $min ?? 0 }}" data-max="{{ $max ?? 0 }}" data-step="{{ $step ?? 1 }}"/>
</div>
<button class="c-quantity__button c-quantity__button--increase js-whole-up">+</button>
<button class="c-quantity__button c-quantity__button--decrease js-whole-down">−</button>
</div>