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/honger.komma.pro/resources/views/site/partials/process/text.blade.php
    <h2>{!! $title !!}</h2>

    {!! $description !!}

    {{-- Next step --}}
    @if($button)
        <span data-target="{!! $target !!}" class="next-step button stroked blue arrow down">
            {!! $button !!}
        </span>
        {{-- If no next-step-button show an offer button--}}
        @else
        <a href="{!!__('site/partials/buttons.offer.href')!!}" class="button stroked blue arrow">
            {!!__('site/partials/buttons.offer.label')!!}
        </a>
        @endif