13 lines
400 B
PHP
13 lines
400 B
PHP
<?php include 'header.php'; ?>
|
|
|
|
<main>
|
|
<div class="container mt-4">
|
|
<h1>Application Pending Approval</h1>
|
|
<p>Thank you for signing up to be a driver. Your application is currently under review.</p>
|
|
<p>We will notify you by email once your application has been approved.</p>
|
|
<p><a href="logout.php">Logout</a></p>
|
|
</div>
|
|
</main>
|
|
|
|
<?php include 'footer.php'; ?>
|