HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>