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/textImage.blade.php
@php /** @var \App\Komma\Dynamic\Component\Component $component **/ @endphp

<div class="l-grid  o-block c-text-image">
    <div class="l-bisection">
        <div class="l-bisection__item">
            @foreach($component->getValueFromAttribute('image','getValueAsCollection') as $image)
                @include('svg.mask', ['img' => $image->medium_image_url, 'color'=> '#1A2233', 'vb_w' => 720, 'vb_h' => 682 , 'pathId' => 1])
            @endforeach
        </div>
        <div class="l-bisection__item">
            {!! $component->getValueFromAttribute('content') !!}
        </div>
    </div>
</div>