Fixed Routes and blades.

This commit is contained in:
2020-06-22 14:53:00 +02:00
parent 9c3796220f
commit 3a345b1417
15 changed files with 82 additions and 47 deletions
@@ -11,7 +11,7 @@
@section("content")
<h1>Opret Bruger:</h1>
<form method="post" action="/users">
<form method="post" action="{{ route("users.store") }}">
@csrf
<label for="name_first">Fornavn:</label>
<input type="text" name="name_first" id="name_first" required>