Untitled
unknown
plain_text
2 years ago
161 B
2
Indexable
public function scheduleEdit ($id) { $data = Schedule::find($id); return response()->json([ 'data' => $data ]); }
Editor is loading...
public function scheduleEdit ($id) { $data = Schedule::find($id); return response()->json([ 'data' => $data ]); }