@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)
{{ $msg }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection