Menu plan form fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user