{{-- One test-case file row in the listing, plus its linked-stories drawer. Rendered loose under a project, or as a member of a folder ($inFolder = true, which indents it and gates it on the folder's open state via $xShow). --}} @php $issue = $c->jira_key ? ($issues[$c->jira_key] ?? null) : null; $links = $caseStoryLinks[$c->id] ?? []; @endphp