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

IQA Audit NCAR

@include('iqafindings.info', ['iqa' => $iqa])

NCAR (Open) (Nonconformity & Corrective Actions)

@if (strlen($msg) > 0) @endif
NCAR No.
{{ $row->iqanc_no }}
Date
{{ $row->iqanc_date }}
Relevant Function
{!! App\Utils::format_name_list(optional($row)->fu_names) !!}
Initiator
{!! App\Utils::format_name_list(optional($row)->user_names) !!}
Type of Nonconformity
{{ App\Utils::majorMinor($row->nctype_id) }} {!! $row->nonconformities !!}
@csrf
(If applicable, Include relevant ISO 9001 clause/s for audit findings)

{!! $desc !!}

{!! $corr !!}

{!! $cause !!}

@if (strlen($row->iqanc_cause_filename) > 0) {{ $row->iqanc_cause_filename }} @endif

{!! $action !!}

Agreed Date of Completion : {{ $row->iqanc_planned_completiondate }}
iqanc_action1_effective) === 1) ? ' checked="checked"' : ''}}>
iqanc_action1_effective) === 0) ? ' checked="checked"' : ''}}>
iqanc_action1_closed) === 1) ? ' checked="checked"' : ''}}>
@error('iqanc_action1_followupdate') {{ $errors->first('iqanc_action1_followupdate') }} @enderror
iqanc_action2_effective) === 1) ? ' checked="checked"' : ''}}>
iqanc_action2_effective) === 0) ? ' checked="checked"' : ''}}>
iqanc_action2_closed) === 1) ? ' checked="checked"' : ''}}>
@error('iqanc_action2_followupdate') {{ $errors->first('iqanc_action2_followupdate') }} @enderror

@endsection