= ($alert_class === 'alert-success') ? 'Success!' : 'Error!' ?> = $alert ?>
| # |
Title |
Type |
Date |
Time |
Description |
Amount |
Dharshan Entry |
Prashadham |
Action |
";
echo "" . $category['id'] . " | ";
echo "" . htmlspecialchars($category['title']) . " | ";
echo "" . htmlspecialchars($category['type']) . " | ";
echo "" . htmlspecialchars($category['date']) . " | ";
echo "" . htmlspecialchars($category['time']) . " | ";
echo "" . htmlspecialchars($category['description']) . " | ";
echo "" . (!empty($category['amount']) ? number_format($category['amount'], 2) : '-') . " | ";
echo "" . htmlspecialchars($category['dharshan_entry'] ?? '-') . " | ";
echo "" . htmlspecialchars($category['prashadham'] ?? '-') . " | ";
echo '';
echo '';
echo '';
echo ' | ';
echo "";
// Edit Modal
echo '';
// Delete Modal
echo '';
echo '
';
echo '
';
echo '
';
echo '';
echo '
';
echo '
';
echo '
';
echo '
';
echo '
';
}
?>