@php $isEdit = isset($panneau) && $panneau->id; $typeMiseEnForme = old('typeMiseEnForme'); if ($typeMiseEnForme === null) { $typeMiseEnForme = $isEdit ? $panneau->typeMiseEnForme : 1; // Valeur par défaut = 1 en création } @endphp