$this->id, 'role_in_team' => $this->role_in_team, 'status' => $this->status, 'assigned_from' => $this->assigned_from?->toDateString(), 'assigned_until' => $this->assigned_until?->toDateString(), 'team' => CollectionTeamResource::make($this->whenLoaded('team')), 'user' => UserResource::make($this->whenLoaded('user')), 'created_at' => $this->created_at?->toIso8601String(), ]; } }