added messages list, new client form, logic for client Apps plus others

This commit is contained in:
Kwesi Banson Jnr
2026-03-22 22:29:28 +00:00
parent c68c007945
commit 4ab0fda326
858 changed files with 242393 additions and 337 deletions

View File

@@ -12,6 +12,7 @@
<div class="container d-flex justify-content-center align-items-center vh-100">
<div class="card shadow-sm p-4" style="width: 100%; max-width: 400px;">
<h3 class="text-center mb-4">Login</h3>
@include('commons.notifications')
<form action="{{ url('client-login') }}" method="POST">
@csrf
<!-- Email -->
@@ -33,7 +34,7 @@
<button type="submit" class="btn btn-primary w-100">Login</button>
</form>
<div class="text-center mt-3">
<small>Don't have an account? <a href="#">Sign up</a></small>
<!-- <small>Don't have an account? <a href="#">Sign up</a></small> -->
</div>
</div>
</div>