Commit 861d950a by Siti Aisah

munculin pesan error email tidak terdaftar

parent 76bc21ee
......@@ -83,6 +83,9 @@
{{-- FORM CEK EMAIL --}}
<form class="text-left" method="POST" action="{{ route('cek-email') }}">
@csrf
@error('email')
<div class="alert alert-danger">{{ $message }}</div>
@enderror
<div class="form-group">
<label>Email</label>
<input type="email" class="form-control" name="email" required placeholder="Masukkan Email">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment