public function getDelete($id) { $data = ['status' => Periode::remove($id)]; return response()->json($data); }