@php $screenshots = $screenshots ?? collect(); $max = $screenshotsMax ?? 6; @endphp
تظهر في قسم «لقطات من التطبيق». يفضّل صور عمودية (9:19) — PNG/WebP/JPG حتى 3MB. ({{ $screenshots->count() }}/{{ $max }})
لا توجد لقطات بعد — ستظهر مربعات فارغة على الموقع حتى ترفع الصور.
@endif @if ($screenshots->count() < $max) @endif