Untitled

Anonymous
plain_text
03/16/2023 2:59 AM
216 B
16
Indexable
public function scheduleEdit ($id)
    {
        $data = Schedule::find($id);
        return response()->json([
          'data' => $data
        ]);
    }
Editor is loading...