create.blade.php 227 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 <form action="/users" method="POST"> {{ csrf_field() }} <input type="text" name="name"> <input type="email" name="email"> <input type="password" name="password"> <input type="submit" vaule="Create"> </form>