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

IQA Checklist Questions {{ ($id == 0 ? '(Add)' : '(Edit)') }}


@if (strlen($msg) > 0) @endif
@csrf
@error('fu_id') {{ $errors->first('fu_id') }} @enderror
@error('clause') {{ $errors->first('clause') }} @enderror
@error('questions') {{ $errors->first('questions') }} @enderror

@endsection