回答編集履歴

2

修正

2019/06/19 04:02

投稿

m.ts10806
m.ts10806

スコア80852

test CHANGED
@@ -1,3 +1,7 @@
1
1
  `action="/updateItem/{{$list->id}}"`のform内にclient_idがないからだと思います。
2
2
 
3
3
  `action="/deleteItem/{{$list->id}}"`のformと同じくhiddenで置いておけば良いのではないでしょうか。
4
+
5
+
6
+
7
+ ※いずれにしてもブラウザ「ソースを表示」から想定の場所に想定の値が入っているかは必ず確認してください。

1

修正

2019/06/19 04:02

投稿

m.ts10806
m.ts10806

スコア80852

test CHANGED
@@ -1,3 +1,3 @@
1
1
  `action="/updateItem/{{$list->id}}"`のform内にclient_idがないからだと思います。
2
2
 
3
- `action="/deleteItem/{{$list->id}}"`と同じくhiddenで置いておけば良いのではないでしょうか。
3
+ `action="/deleteItem/{{$list->id}}"`のformと同じくhiddenで置いておけば良いのではないでしょうか。