Skip to content

Instantly share code, notes, and snippets.

@chihirokaasan
Created September 9, 2016 03:48
Show Gist options
  • Save chihirokaasan/823f4a8f5bdc4f557810902e0f6809da to your computer and use it in GitHub Desktop.
Save chihirokaasan/823f4a8f5bdc4f557810902e0f6809da to your computer and use it in GitHub Desktop.
Laravel password confirmed form
{{ $errors->first('password')}}
<input name ="password" type="password">
{{ $errors->first('password_confirm')}}
<input name ="password_confirm" type="password">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment