Untitled
unknown
plain_text
3 years ago
161 B
5
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
]);
}