@extends('layouts.app') @section('title') Performance Review @endsection @section('css') @endsection @section('breadcrumb')
| Analyte |
|---|
| {{$comp->name}} |
| Intraday Mean | Intraday SD | Intraday RSD | True Value | % Relative Error | % Accuracy | ||
|---|---|---|---|---|---|---|---|
| Trial 1 | Trial 2 | ||||||
| Interday Mean | Interday SD | Interday RSD | Average % Relative Error | Average % Accuracy |
|---|---|---|---|---|
| @if(isset($pr)) @foreach($pr->analysts as $analyst) | {{$analyst->user->name}} {{$analyst->user->last_name}} | @endforeach @endif
|---|---|
| Cycle {{$i}} | @foreach($pr->analysts as $analyst)@endforeach |