Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form method="POST" action="{{url('ubah-password')}}">
- @csrf
- <div class="form-row">
- <div class="form-group col-md-12">
- <label for="inputEmail4">Password Lama</label>
- <input type="password" class="form-control" id="inputEmail4" placeholder="Password Lama" name="current_password" required>
- </div>
- </div>
- <div class="form-row">
- <div class="form-group col-md-6">
- <label for="inputPassword4">Password Baru</label>
- <input type="password" class="form-control" id="inputPassword4" placeholder="Password Baru" name="password" required>
- </div>
- <div class="form-group col-md-6">
- <label for="inputAddress">Konfirmasi Password</label>
- <input type="password" class="form-control" id="inputAddress" placeholder="Konfirmasi Password" name="password_confirmation" required>
- </div>
- </div>
- <button class="btn btn-primary" type="submit">Ubah</button>
- </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement