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