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

PERFORMANCE QUALIFICATION CERTIFICATE

@csrf
@if ($errors->has('user_id'))
{{ $errors->first('user_id') }}
@endif
@if ($errors->has('performance_qualification_protocol_no'))
{{ $errors->first('performance_qualification_protocol_no') }}
@endif
@if ($errors->has('equipment_id'))
{{ $errors->first('equipment_id') }}
@endif
@if ($errors->has('equipment_system_utility'))
{{ $errors->first('equipment_system_utility') }}
@endif
@if ($errors->has('use_purpose'))
{{ $errors->first('use_purpose') }}
@endif
@if ($errors->has('make_model'))
{{ $errors->first('make_model') }}
@endif
@if ($errors->has('location'))
{{ $errors->first('location') }}
@endif
@if ($errors->has('name_of_test'))
{{ $errors->first('name_of_test') }}
@endif
@if ($errors->has('performance_qualification_test_date'))
{{ $errors->first('performance_qualification_test_date') }}
@endif
@if ($errors->has('next_due_date'))
{{ $errors->first('next_due_date') }}
@endif
@if ($errors->has('validated_by'))
{{ $errors->first('validated_by') }}
@endif
{{--
@if ($errors->has('signature'))
{{ $errors->first('signature') }}
@endif
--}}
@endsection