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

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


@if (strlen($msg) > 0) @endif @if ($errors->any()) @endif
@csrf
@error('date') {{ $errors->first('date') }} @enderror
@error('start') {{ $errors->first('start') }} @enderror
@error('end') {{ $errors->first('end') }} @enderror
@error('area') {{ $errors->first('area') }} @enderror
is_audit) === 1) ? ' checked="checked"' : ''}}>
@error('fu_id') {{ $errors->first('fu_id') }} @enderror
@error('user_id') {{ $errors->first('user_id') }} @enderror
@error('observers') {{ $errors->first('observers') }} @enderror
@error('key_id') {{ $errors->first('key_id') }} @enderror
@endsection