コード例 #1
0
 public function postStore(Request $request)
 {
     Field::create($request->all());
     return back()->withMsg('Создано');
 }