main
Ilham Wara Nugroho 2026-02-04 11:17:01 +07:00
parent bdc94a4cbd
commit 2aa7c8e0a4
1 changed files with 3 additions and 1 deletions

View File

@ -53,6 +53,8 @@
<p class="text-slate-400 text-sm">Silakan gunakan akun sekolah Anda</p> <p class="text-slate-400 text-sm">Silakan gunakan akun sekolah Anda</p>
</div> </div>
@include('include.alertNew')
<!-- Login Form --> <!-- Login Form -->
<form id="loginForm" method="POST" action="{{ url('login') }}" class="space-y-5" onsubmit="handleLogin(event)"> <form id="loginForm" method="POST" action="{{ url('login') }}" class="space-y-5" onsubmit="handleLogin(event)">
{{ csrf_field() }} {{ csrf_field() }}
@ -93,7 +95,7 @@
</form> </form>
<!-- Error Message Container --> <!-- Error Message Container -->
@include('include.alertNew')
<!-- Help Footer --> <!-- Help Footer -->