@props([ 'imageUrls' => [], ]) @if(count($imageUrls) > 0)
@foreach(array_slice($imageUrls, 0, 5) as $url) @endforeach @if(count($imageUrls) > 5) +{{ count($imageUrls) - 5 }} @endif
@endif