public function scheduleEdit ($id) { $data = Schedule::find($id); return response()->json([ 'data' => $data ]); }