Menu plan form fix

This commit is contained in:
2020-06-26 08:20:43 +02:00
parent c917a26738
commit 659fe23bb7
3 changed files with 4 additions and 1 deletions
@@ -11,7 +11,7 @@
@section("content")
<h1>Opret Menuplan:</h1>
<form action="{{route('menu-plans.create')}}" method="POST">
<form action="{{ action('MenuPlanController@store') }}" method="post">
@csrf
<label for="mandag">Mandag:</label>
<input type="text" name="mandag" id="mandag" required>