@extends('layouts.app') @section('title', 'Edit Calibration') @section('content-page')
Edit Calibration
@csrf @method('PUT')
@error('jobcard_id') {{ $message }} @enderror
@error('user_id') {{ $message }} @enderror
@error('date') {{ $message }} @enderror
@error('instrument') {{ $message }} @enderror
@error('certificate_number') {{ $message }} @enderror

Calibration Points

@php $points = old('points', $calibration->points); @endphp @foreach ($points as $index => $point) @endforeach
Set Point % Expected Value As Found As Left Error Error %
Cancel
@endsection @section('footer-script') @endsection