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

IQA {{ $apn->title }} Checklist (Import)


@if (strlen($msg) > 0) @endif @if ($errors->any()) @endif
@csrf
@error('sd_id') {{ $errors->first('sd_id') }} @enderror
@error('chk_id') {{ $errors->first('chk_id') }} @enderror
@endsection