@extends('layouts.public_layout') @section('title', $title) @section('content')

IQA Checklist Item {{ ($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
@error('status_id') {{ $errors->first('status_id') }} @enderror
@if (strlen($row->filename) > 0)
{{ $row->oldfilename }}
@endif
@error('file') {{ $errors->first('file') }} @enderror
@endsection