Advertisement
Mr-roz3r

Untitled

Apr 1st, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <form method="POST" action="{{url('ubah-password')}}">
  2. @csrf
  3. <div class="form-row">
  4. <div class="form-group col-md-12">
  5. <label for="inputEmail4">Password Lama</label>
  6. <input type="password" class="form-control" id="inputEmail4" placeholder="Password Lama" name="current_password" required>
  7. </div>
  8. </div>
  9. <div class="form-row">
  10. <div class="form-group col-md-6">
  11. <label for="inputPassword4">Password Baru</label>
  12. <input type="password" class="form-control" id="inputPassword4" placeholder="Password Baru" name="password" required>
  13. </div>
  14. <div class="form-group col-md-6">
  15. <label for="inputAddress">Konfirmasi Password</label>
  16. <input type="password" class="form-control" id="inputAddress" placeholder="Konfirmasi Password" name="password_confirmation" required>
  17. </div>
  18. </div>
  19. <button class="btn btn-primary" type="submit">Ubah</button>
  20. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement