admin add user, password
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
<main class="page">
|
||||
<h2>LOGIN</h2>
|
||||
|
||||
@if (session('status'))
|
||||
<div class="notice">{{ session('status') }}</div>
|
||||
@endif
|
||||
|
||||
@error('username')
|
||||
<div class="error">{{ $message }}</div>
|
||||
@enderror
|
||||
@@ -16,5 +20,9 @@
|
||||
|
||||
<button type="submit">LOGIN</button>
|
||||
</form>
|
||||
|
||||
<p class="subtitle" style="margin-top: 18px;">
|
||||
<a href="{{ route('password.request') }}">Lupa kata laluan?</a>
|
||||
</p>
|
||||
</main>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user