@extends('layout.master') @section('content')

CERTIFICATE OF CALIBRATION / VALIDATION

@csrf

INFORMATON

@if ($errors->has('customer'))
{{ $errors->first('customer') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if ($errors->has('date_of_issue'))
{{ $errors->first('date_of_issue') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('date_of_expiry'))
{{ $errors->first('date_of_expiry') }}
@endif

Unit Under Test UUT

@if ($errors->has('user_id'))
{{ $errors->first('user_id') }}
@endif
@if ($errors->has('sub_location'))
{{ $errors->first('sub_location') }}
@endif
@if ($errors->has('location'))
{{ $errors->first('location') }}
@endif
@if ($errors->has('instrument_type'))
{{ $errors->first('instrument_type') }}
@endif
@if ($errors->has('model'))
{{ $errors->first('model') }}
@endif
@if ($errors->has('make'))
{{ $errors->first('make') }}
@endif
@if ($errors->has('range'))
{{ $errors->first('range') }}
@endif
@if ($errors->has('accuracy'))
{{ $errors->first('accuracy') }}
@endif
@if ($errors->has('serial'))
{{ $errors->first('serial') }}
@endif
@if ($errors->has('condition'))
{{ $errors->first('condition') }}
@endif
@if ($errors->has('least_count'))
{{ $errors->first('least_count') }}
@endif
@if ($errors->has('tolerance_limit'))
{{ $errors->first('tolerance_limit') }}
@endif

Equipment Used

@if ($errors->has('master_equipment_one'))
{{ $errors->first('master_equipment_one') }}
@endif
@if ($errors->has('master_equipment_two'))
{{ $errors->first('master_equipment_two') }}
@endif

Test Performed

@if ($errors->has('master_reading'))
{{ $errors->first('master_reading') }}
@endif
@if ($errors->has('uut_reading'))
{{ $errors->first('uut_reading') }}
@endif
@if ($errors->has('difference'))
{{ $errors->first('difference') }}
@endif
@if ($errors->has('review'))
{{ $errors->first('review') }}
@endif






@endsection @push('scripts') @endpush