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

IQA {{ $apn->title }} Internal Auditors Item {{ ($id == 0 ? '(Add)' : '(Edit)') }}

@include('apnauditors.info', ['scd' => $scd])
@if (strlen($msg) > 0) @endif @if ($errors->any()) @endif
@csrf
@error('fu_id') {{ $errors->first('fu_id') }} @enderror
@error('user_id') {{ $errors->first('user_id') }} @enderror
@error('key_id') {{ $errors->first('key_id') }} @enderror
@endsection