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/netwerkbrabant.komma.pro/resources/views/site/partials/tryOut.blade.php
<div class="try-out">

    <span class="pre-title">
        @lang('site/global.tryOut.preTitle')
    </span>

    <h4>@lang('site/global.tryOut.title')</h4>

    <p>
        @lang('site/global.tryOut.description')
    </p>

    @include('site.elements.personCircle', ['person' => config('site.contact-persons.erik')])

    <a class="button" href="/{{$links->contact->route}}">
        @lang('site/global.tryOut.button')
    </a>

</div>