Max size: 5MB. Accepted formats: JPG, PNG, GIF, WebP.
@if($project?->thumbnail)
@endif
Upload up to 5 images for the project gallery.
@php
$existingImages = old('images', $project?->images->pluck('image')->toArray() ?? []);
@endphp
@for($i = 0; $i < 5; $i++)
@if(isset($existingImages[$i]) && $existingImages[$i])
@endif
@endfor