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>