@props(['prompt', 'isExhibit' => false]) {{-- An evidence PROMPT — a reminder to ask the client about a finding. It is never an answer: the excerpt is clearly framed as "from records", and the actions let the agent ask, cite, defer or dismiss. $prompt is an App\Support\Witness\EvidencePrompt. --}} @php $handled = $prompt->isResolved() || $prompt->isIrrelevant(); $args = "'".$prompt->sectionKey."', '".$prompt->questionKey."', ".$prompt->evidenceItemId; @endphp