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

IQA {{ $apn->title }} Checklist Content {{ ($id == 0 ? '(Add)' : '(Edit)') }}

@include('checklists.info', ['chk' => $chk])
@if (strlen($msg) > 0) @endif @if ($errors->any()) @endif
@csrf
@error('clause') {{ $errors->first('clause') }} @enderror
{{-- --}}
@include('subviews.binary_checkbox', [$name='status', 'rows' => $status, 'prelabel' => 'status_abbr', 'label' => 'status_name', 'value' => 'status_id', 'selected' => old('status_id', optional($row)->status_id), 'all' => 'Unchecked'])
@error('status_id') {{ $errors->first('status_id') }} @enderror
@if (strlen($row->filename) > 0)
{{ $row->oldfilename }}
@endif
@error('file') {{ $errors->first('file') }} @enderror
@endsection