last update feat quick search

This commit is contained in:
arifal
2025-05-06 15:06:59 +07:00
parent 2618ac06d0
commit becc368069
11 changed files with 507 additions and 249 deletions

View File

@@ -21,8 +21,8 @@ class="authentication-bg"
<img src="/images/dputr-kab-bandung.png" height="auto" width="100%" alt="logo light">
</a>
</div>
<h4 class="fw-bold text-dark mb-2">Welcome Back!</h4>
<p class="text-muted">Sign in to your account to continue</p>
<h4 class="fw-bold text-dark mb-2">Selamat Datang!</h4>
<p class="text-muted">Masuk kedalam akun untuk melihat lebih lanjut</p>
</div>
<form method="POST" action="{{ route('login') }}" class="mt-4">
@@ -35,7 +35,7 @@ class="authentication-bg"
@endif
<div class="mb-3">
<label for="email" class="form-label">Email Address</label>
<label for="email" class="form-label">Email </label>
<input type="email" class="form-control" id="email" name="email" placeholder="Enter your email">
</div>
<div class="mb-3">
@@ -45,6 +45,11 @@ class="authentication-bg"
<div class="d-grid">
<button class="btn btn-dark btn-lg fw-medium" type="submit">Sign In</button>
</div>
<div class="d-flex justify-content-start mt-3">
<a href="{{ route('search') }}" class="">
Pencarian cepat
</a>
</div>
</form>
</div>
</div>