@props([ 'photos' => null, // photos déjà en ligne (relation images) 'max' => 10, // nombre total autorisé 'titre' => 'Glissez vos photos ici', 'aide' => null, ]) @php $existantes = $photos ?? collect(); $aide ??= 'JPG, PNG ou WebP · '.$max.' photos maximum · 8 Mo par fichier'; @endphp