MAT No MAT Stage MAT Description MAT Assurance Value Pass/Fail Criteria MAT Frequancy Job Plan Verification Activity Verification By Verification Frequency
@php $xx = $functionality_rows + 1; if ($xx < 10) { $functionality_rows_l = '00'.$xx; } else if ($functionality_rows < 100) { $functionality_rows_l = '0'.$xx; } else if ($functionality_rows < 1000) { $functionality_rows_l = $xx; } @endphp
@if (!isset($mat)) @else @foreach ($mat->verifications as $verification) @endforeach @endif
@if (!isset($mat)) @else @foreach ($mat->verifications as $verification) @endforeach @endif
@if (!isset($mat)) @else @foreach ($mat->verifications as $verification) @endforeach @endif
@if (isset($mat)) @foreach ($mat->verifications as $verification) @if ($loop->index > 0) @endif @endforeach @endif