My Job Applications
num_rows > 0): ?>Job Title | Location | Salary | Application Date | Status |
---|---|---|---|---|
= htmlspecialchars($application['job_title']) ?>
|
= htmlspecialchars($application['location']) ?> | = htmlspecialchars($application['salary']) ?> | = date('F j, Y', strtotime($application['application_date'])) ?> | 'bg-yellow-100 text-yellow-800', 'Accepted' => 'bg-green-100 text-green-800', default => 'bg-red-100 text-red-800' }; ?> = htmlspecialchars($application['status']) ?> |
You haven't applied to any jobs yet.