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

FOA PCDs/IPCRs Categories {{ ($id == 0 ? '(Add)' : '(Edit)') }}

@include('pcds.info', ['pcd' => $pcd])
@if (strlen($msg) > 0) @endif @if ($errors->any()) @endif
@csrf
@error('fo_id') {{ $errors->first('fo_id') }} @enderror
@error('parent') {{ $errors->first('parent') }} @enderror
@error('desc') {{ $errors->first('desc') }} @enderror
@endsection