@php function getDocPath($documents, $key) { $doc = $documents->firstWhere('document_key', $key); return $doc ? asset('storage/' . $doc->file_path) : null; } @endphp