$model->created_at->toIso8601String(), 'updatedAt' => $model->updated_at->toIso8601String(), 'id' => $model->id, 'category' => new CategoryResource($model->category), 'title' => $model->title, 'description' => $model->description, 'releasedAt' => $model->released_at, 'closedAt' => $model->closed_at, 'reviewedAt' => $model->reviewed_at, 'sections' => SectionResource::collection($model->sections, ['key' => 'sections']), 'creator' => $model->creator, 'links' => [ 'relatedTo' => route('questionnaires.index') ] ]; } }