= t('admin_panel_title') ?>
= t('admin_panel_subtitle') ?>
= htmlspecialchars($error) ?>
= t('registered_users') ?>
| ID | = t('email') ?> | = t('role') ?> | = t('subscription_plan') ?> | = t('subscription_expires_at') ?> | = t('registered_on') ?> |
|---|---|---|---|---|---|
| = t('no_users_found') ?> | |||||
| = htmlspecialchars($user['id']) ?> | = htmlspecialchars($user['email']) ?> | = htmlspecialchars($user['role']) ?> | = htmlspecialchars($user['subscription_plan'] ?? 'N/A') ?> | = htmlspecialchars($user['subscription_expires_at'] ?? 'N/A') ?> | = date("Y-m-d", strtotime($user['created_at'])) ?> |