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/slenders/slenders.nl/resources/views/site/organisms/home/serviceRow.blade.php
@if(isset($links->{$component->service}))

    @include('site.organisms.serviceRow', [
        'serviceRowImage' => ($links->{$component->service}->node->images->isNotEmpty()) ? $links->{$component->service}->node->images  : null,
        'serviceRowTitle' => $links->{$component->service}->name,
        'serviceBodyType' => $component->service,
        'serviceBodyText' => nl2br($links->{$component->service}->node->translation->description),
        'serviceBodyButtonLink' => $links->{$component->service}->route,
        'serviceBodyButtonText' => __('site/global.more_about') . ' ' . strtolower($links->{$component->service}->name),
    ])

@endif