$model->id, 'name' => $model->name, 'occupation' => $model->occupation, 'gender' => $model->gender, 'birthdate' => $model->birthdate, 'email' => $model->email, 'handphone' => $model->handphone, 'category' => new CategoryResource($model->category), 'createdAt' => $model->created_at->toIso8601String(), 'updatedAt' => $model->updated_at->toIso8601String() ]; } }