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

@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CML Client Portal | Reset Password</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
<style>
body { background-color: #f8f9fa; }
.reset-container { margin-top: 100px; max-width: 400px; }
</style>
</head>
<body>
<!-- Kwesi the Grey -->
<div class="container d-flex justify-content-center">
<div class="reset-container w-100">
<div class="card shadow-sm">
<div class="card-body p-4">
<div class="text-center mb-4">
<h3 class="fw-bold">Account Activation Form</h3>
<p class="text-muted">Fill the form to activate your account</p>
</div>
@include('commons.notifications')
<form action="{{ url('client-activation') }}" method="POST">
@csrf
<input type="hidden" name="hash" value="{{ $hash }}">
<div class="mb-3">
<label for="password" class="form-label">Password</label>
<input type="password" class="form-control form-control-lg" id="password" name="password" placeholder="***********" required autofocus>
</div>
<div class="mb-3">
<label for="passwordConfirm" class="form-label">Confirm Password</label>
<input type="password" class="form-control form-control-lg" id="passwordConfirm" name="password_confirmation" placeholder="***********" required autofocus>
</div>
<div class="d-grid gap-2">
<button type="submit" class="btn btn-primary btn-lg">Submit</button>
</div>
</form>
</div>
</div>
<div class="text-center mt-3 text-muted small">
&copy; Click Mobile SMS Client Portal
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

View File

@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CML Client Portal | Reset Password</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
<style>
body { background-color: #f8f9fa; }
.reset-container { margin-top: 100px; max-width: 400px; }
</style>
</head>
<body>
<div class="container d-flex justify-content-center">
<div class="reset-container w-100">
<div class="card shadow-sm">
<div class="card-body p-4">
<div class="text-center mb-4">
<h3 class="fw-bold">Fail </h3>
<p class="text-muted">Your activation link has expired. Kindly request for a new one</p>
</div>
<!-- <div class="text-center mt-4">
<a class="text-decoration-none small text-muted">
<i class="bi bi-arrow-left"></i> Back to Login
</a>
</div> -->
</div>
</div>
<div class="text-center mt-3 text-muted small">
&copy; Click Mobile SMS Client Portal
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

View File

@@ -39,7 +39,7 @@
</div>
<div class="text-center mt-3 text-muted small">
&copy; LUPMIS 2.0
&copy; Click Mobile SMS Client Portal
</div>
</div>
</div>

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>

View File

@@ -18,10 +18,10 @@
<div class="row g-4 align-items-center">
<div class="col-lg-6">
<section class="auth-panel h-100">
<div class="brand-chip mb-4">
<!-- <div class="brand-chip mb-4">
<i class="bi bi-broadcast-pin"></i>
SMS Traffic Portal
</div>
</div> -->
<img src="{{ url('public/assets/images/click-logo.png') }}" alt="Click Mobile" class="brand-logo mb-4">
<h1 class="display-6 fw-semibold mb-3">Monitor delivery traffic with a cleaner client experience.</h1>
<p class="fs-5 opacity-75 mb-4">
@@ -72,14 +72,14 @@
<h2 class="h3 mb-1">Welcome back</h2>
<!-- <p class="text-secondary mb-0">Sign in to review SMS traffic and delivery logs.</p> -->
</div>
<span class="badge text-bg-light rounded-pill px-3 py-2">Click Mobile</span>
<!-- <span class="badge text-bg-light rounded-pill px-3 py-2">Click Mobile</span> -->
</div>
<form class="" action="{{ url('client-login') }}" method="POST">
@csrf
<div class="mb-3">
<label for="companyEmail" class="form-label fw-semibold">Email</label>
<input type="email" class="form-control" id="companyEmail" placeholder="client@click-mobile.com" value="ops@click-mobile.com" autocomplete="">
<input type="email" name="email" class="form-control" id="companyEmail" placeholder="client@click-mobile.com" value="" autocomplete="">
</div>
<div class="mb-3">
@@ -88,7 +88,7 @@
<span class="input-group-text bg-white border-end-0 rounded-start-4">
<i class="bi bi-shield-lock"></i>
</span>
<input type="password" class="form-control border-start-0 rounded-end-4" id="password" placeholder="Enter password" autocomplete="current-password">
<input type="password" name="password" class="form-control border-start-0 rounded-end-4" id="password" placeholder="Enter password" autocomplete="current-password">
</div>
</div>
@@ -99,12 +99,12 @@
Keep me signed in
</label>
</div> -->
<a href="#" class="text-decoration-none fw-semibold">Forgot password?</a>
<!-- <a href="#" class="text-decoration-none fw-semibold">Forgot password?</a> -->
</div>
<div class="d-grid gap-3">
<button type="submit" class="btn btn-click">Sign in to portal</button>
<a href="" class="btn btn-ghost">Request account access</a>
<a href="" class="btn btn-ghost">Contact Support to Request account</a>
</div>
</form>

View File

@@ -36,7 +36,7 @@
</div>
<div class="text-center mt-3 text-muted small">
&copy; LUPMIS 2.0
&copy; Click Mobile SMS Client Portal
</div>
</div>
</div>

View File

@@ -47,7 +47,7 @@
</div>
<div class="text-center mt-3 text-muted small">
&copy; LUPMIS 2.0
&copy; Click Mobile SMS Client Portal
</div>
</div>
</div>

View File

@@ -43,7 +43,7 @@
</div>
<div class="text-center mt-3 text-muted small">
&copy; LUPMIS 2.0
&copy; Click Mobile SMS Client Portal
</div>
</div>
</div>