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/headerStreamer.blade.php
<section class="l-grid o-headerStreamer">
    <div class="l-bisection c-headerStreamer">
        <div class="l-bisection__item c-headerStreamer__left">
            <h1>{!! $component->getValueFromAttribute('Title') !!}</h1>
            {!! $component->getValueFromAttribute('Text') !!}
            @if(!empty($component->getValueFromAttribute('linkAddress')))
                <a href="{!! $component->getValueFromAttribute('linkAddress') !!}">
                    @include('site.components.button', ['buttonText' => $component->getValueFromAttribute('linkText'), 'modifiers' => ['icon', 'text']])
                </a>
            @endif
        </div>
        <div class="l-bisection__item c-headerStreamer__right">
            @if($component->getValueFromAttribute('Image','getValueAsCollection')->count() > 0)
                @include('svg.mask', ['img' => $component->getValueFromAttribute('Image','getValueAsCollection')[0]->medium_image_url, 'color'=> '#7AD3FF', 'vb_w' => 720, 'vb_h' => 682 , 'pathId' => $component->getValueFromAttribute('Path')])
            @endif
        </div>
    </div>
</section>