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>