34968-vm/driver_rejected.php
Flatlogic Bot 7a0a2165fc V12
2025-10-15 14:58:19 +00:00

13 lines
389 B
PHP

<?php include 'header.php'; ?>
<main>
<div class="container mt-4">
<h1>Application Rejected</h1>
<p>We regret to inform you that your application to become a driver has been rejected.</p>
<p>If you believe this is a mistake, please contact our support team.</p>
<p><a href="logout.php">Logout</a></p>
</div>
</main>
<?php include 'footer.php'; ?>