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/SBogers95/rentman.io/resources/views/site/organisms/componentables/image.blade.php
@section('componentable-area-' . $loop->iteration)

    @if(isset($component->image_url) && !empty($component->image_url)) <a href="{{$component->image_url}}" target="_blank"> @endif
    @include('site.components.image', [
        'images' => $component->image,
        'imageId' => 'componentable-area-' . $loop->iteration.'-slider',
        'disableStretch' => true,
        'usePath' => (isset($component->has_animation) && $component->has_animation ? true : false),
        'hideDropShadow' => (isset($component->is_inline) && $component->is_inline ? true : false),
        'imageCaption' => (!empty($component->caption) ? $component->caption : null)
    ])
        @if(isset($component->image_url) && !empty($component->image_url)) </a> @endif
@endsection

@include('site.organisms.componentables.componentLayout')