Is Primary Contact?
@php // Existing file from DB or from old() (after failed validation) $existingFile = old('key_contacts.'.$index.'.id_document', $contact['id_document'] ?? null); @endphp
@if ($existingFile) {{ basename($existingFile) }} @else
@endif