{{-- resources/views/filament/modals/panelresult-details.blade.php --}}
{{ $samplehead->sample_nr }}
{{ $result_nr }}
| Test Name | Cycle Count | Cell Count (RXN) | Cell Count (Projected) | Ratio |
|---|---|---|---|---|
| {{ $test->test_name }} |
Total: {{ $test->cyclecount_total ?? 'N/A' }}
Alive: {{ $test->cyclecount_alive ?? 'N/A' }}
|
Total: {{ $test->cellcount_rxn_total ?? 'N/A' }}
Alive: {{ $test->cellcount_rxn_alive ?? 'N/A' }}
|
Total: {{ $test->cellcount_projected_total ?? 'N/A' }}
Alive: {{ $test->cellcount_projected_alive ?? 'N/A' }}
|
{{ $test->ratio ?? 'N/A' }} |
| Field Name | Value | Type |
|---|---|---|
| {{ $field->customfield_name }} | {{ $field->customfield_value ?? 'N/A' }} | @if($field->pcrpanelField) {{ ucfirst($field->pcrpanelField->type) }} @endif |
No panel results found for this result number.