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/slenders/slenders.nl/resources/views/site/components/mmhCta.blade.php
<a href="#mmh-hook" class="c-mmh-cta  js-scroll-to-target">

    <figure class="c-mmh-cta__image">
        @if(isset($mmhCta->images) && $mmhCta->images->isNotEmpty())
            <img alt="{{$mmhCta->images->first()->name}}" src="{{ $mmhCta->images->first()->small_image_url }}"
                 data-object-fit="cover"/>
        @endif
    </figure>

    <div class="c-mmh-cta__main">

        <h4 class="c-mmh-cta__heading">@lang('site/global.monthly_must_have')</h4>
        <div class="c-mmh-cta__title">{{ $mmhCta->translation->name }}</div>
        @if(!empty($mmhCta->price))
            <div class="c-mmh-cta__price">{{ $mmhCta->price }}</div>
        @endif

    </div>

    <div class="c-mmh-cta__scroll-down">
        @include('site.components.scrollDown', [ 'scrollDownTextClasses' => 'c-mmh-cta__scroll-down-text']) 
    </div>

</a>