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')