added messages list, new client form, logic for client Apps plus others
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user