@foreach($project->projectImages as $i => $image)
@if($image->caption)
@include('frontend.svg.icon-arrow-blue-down')
{!! $image->caption !!}
@endif {!! getMediaImg($image->mediaItem, '600x600', htmlentities($card->caption), 'animate animate__fadeIn') !!} @if($image->credits)
Image credit: {{ $image->credits }}
@endif
@endforeach
@include('frontend.svg.icon-arrow-blue-down')
@foreach($project->projectImages as $i => $image)
@endforeach
@include('frontend.svg.icon-arrow-blue-down')