= h(t('status_title')) ?>
= h(t('status_subtitle')) ?>
0 && !$record): ?>= h(t('status_empty')) ?>
t('status_approved'),
'rejected' => t('status_rejected'),
default => t('status_pending'),
};
$statusClass = match ($status) {
'approved' => 'status-approved',
'rejected' => 'status-rejected',
default => 'status-pending',
};
?>
= h(t('status_label')) ?>: = h((string) $record['id']) ?>
Name: = h($record['full_name']) ?>
Submitted: = h($record['created_at']) ?>
= h($statusLabel) ?>