@extends('layouts.public_layout') @section('title', $title) @section('content')

IQA NCAR {{ ($id == 0 ? '(Add)' : '(Edit)') }}


@if (strlen($msg) > 0) @endif
@csrf
@error('iqanc_no') {{ $errors->first('iqanc_no') }} @enderror
@error('iqanc_date') {{ $errors->first('iqanc_date') }} @enderror
@error('user_id') {{ $errors->first('user_id') }} @enderror
@error('fu_id') {{ $errors->first('fu_id') }} @enderror
@error('nctype_id') {{ $errors->first('nctype_id') }} @enderror
iqanc_internal) === 1) ? ' checked="checked"' : ''}}>
iqanc_systems) === 1) ? ' checked="checked"' : ''}}>
iqanc_complaints) === 1) ? ' checked="checked"' : ''}}>
iqanc_review) === 1) ? ' checked="checked"' : ''}}>
iqanc_targets) === 1) ? ' checked="checked"' : ''}}>
iqanc_analysis) === 1) ? ' checked="checked"' : ''}}>
iqanc_qms) === 1) ? ' checked="checked"' : ''}}>
iqanc_legal) === 1) ? ' checked="checked"' : ''}}>
(If applicable, Include relevant ISO 9001 clause/s for audit findings)
@endsection