13 lines
389 B
PHP
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'; ?>
|