/** * /app/views/certificate_holder_form.php */ require_once dirname(__DIR__) . '/config/config.php'; $isEdit = isset($holder['id']) && !empty($holder['id']); $formTitle = $isEdit ? 'Edit Certificate Holder' : 'Add Certificate Holder'; $formAction = $isEdit ? "certificate_holder_update.php?id=" . (int)$holder['id'] : "certificate_holder_store.php"; include dirname(__DIR__) . '/views/partials/header.php'; ?>


Warning: Undefined variable $formTitle in /home/hostgatoren/coi.johnmarshallinsurance.com/app/views/certificate_holder_form.php on line 25

Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/hostgatoren/coi.johnmarshallinsurance.com/app/views/certificate_holder_form.php on line 25

Cancel