@if ($block->anchor_id )
@endif
@foreach($slides as $i => $image)
{!! getMediaImg($image->mediaItem, '780x520', htmlentities($image->caption)) !!} @if($image->credits)
Image credit: {{ $image->credits }}
@endif
@if($image->caption)
{!! $image->caption !!}
@endif
@endforeach
@include('frontend.svg.icon-arrow-blue-down')
@include('frontend.svg.icon-arrow-blue-down')
@include('frontend.templates.components.swiper-navigation', [ 'count' => count($slides), ])
@include('frontend.svg.close')
@foreach($slides as $i => $image)
{!! getMediaImg($image->mediaItem, '780x520', htmlentities($image->caption), '', true) !!} @if($image->credits)
Image credit: {{ $image->credits }}
@endif
@if($image->caption)
{!! $image->caption !!}
@endif
@endforeach
@include('frontend.svg.icon-arrow-blue-down')
@include('frontend.svg.icon-arrow-blue-down')
@include('frontend.templates.components.swiper-navigation', [ 'count' => count($slides), ])