File: D:/HostingSpaces/SBogers10/shop.komma.nl/resources/views/components/productableCard.blade.php
@php /** @var \Komma\KMS\Globalization\RegionInfoInterface $regionInfo */@endphp
<a class="c-productable-card" href="{{ $productableLink }}">
<img class="c-productable-card__image" src="{{ $productableImageUrl }}"/>
<h3 class="c-productable-card__name">{{$productableName}}</h3>
<p class="c-productable-card__price"> {{ $regionInfo->getCurrencySymbol().$regionInfo->getNumberFormat()->centsToCurrency($productablePrice) }}</p>
</a>