@foreach($clusters ?? [] as $groupId => $cluster) @php $filePath = "{$charityOrg->slug}/map/{$groupId}.png"; $fileExists = Storage::disk('charityOrg')->exists($filePath); @endphp @if(!$fileExists) @continue @endif
@endforeach