@extends('layouts.app') @section('title', 'View Calibration') @section('content-page')
| Set Point % | Expected Value | As Found | As Left | Error | Error % |
|---|---|---|---|---|---|
| {{ $point->set_point_percentage }} | {{ $point->expected }} | {{ $point->as_found ?? '-' }} | {{ $point->as_left ?? '-' }} | {{ $point->error }} | {{ number_format($point->error_percentage, 4) }} % |