@props([ 'imageUrls' => [], ]) @php $imageUrls = is_array($imageUrls) ? $imageUrls : (isset($imageUrl) ? [$imageUrl] : []); @endphp @if(count($imageUrls) > 0)
@foreach($imageUrls as $url) @endforeach {{-- Modal overlay --}}
@endif