@extends('layouts.public_layout') @section('title', $title) @section('content')
@include('apns.tabs', ['apn' => $apn, 'active' => 3])

IQA {{ $apn->title }} Checklist Content Generate OFI

@include('checklists.info', ['chk' => $chk])
@if (strlen($msg) > 0) @endif @if ($errors->any()) @endif
@csrf

Opportunites for Improvement Details

Keep empty if same as in audit schedule.
@error('fu_id') {{ $errors->first('fu_id') }} @enderror
@error('area') {{ $errors->first('area') }} @enderror
@error('opportunities') {{ $errors->first('opportunities') }} @enderror
{{--
@error('remarks') {{ $errors->first('remarks') }} @enderror
--}}
@error('file') {{ $errors->first('file') }} @enderror
@endsection