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

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'; ?>