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/Neopoints/momsecurity.be/resources/views/site/components/adviceContent.blade.php
<div class="o-advice-content">
    <div class="l-grid">
        <div class="l-grid-content">
            <div class="left">
                <div class="svgHolder">
                    @include('svg.cta-person-mask', ['color'=> '#7AD3FF', 'img' => $component->getValueFromAttribute('Image','getValueAsCollection')->count() <= 0 ?: $component->getValueFromAttribute('Image','getValueAsCollection')[0]->medium_image_url, 'pathId' => 1])
                </div>
                <div class="phone-holder">
                    <h4>
                        Bel ons:<br/>
                    <a href="tel:{{\Config::get('site.company.phone.call')}}">{{\Config::get('site.company.phone.display')}}</a>
                    </h4>
                </div>
            </div>
            <div class="right">
                <h2>{!! $component->getValueFromAttribute('Title') !!}</h2>
                <div class="subtitle">
                    {!! $component->getValueFromAttribute('Text') !!}
                </div>
                @include('site.forms.advice', ['thanks' => !empty($component->getValueFromAttribute('ThanksText')) ? $component->getValueFromAttribute('ThanksText') : null])
            </div>
        </div>
    </div>
</div>