$this->id, 'organizer' => $this->pivot->organizer, 'event_name' => $this->pivot->event_name, 'completed_at_human' => Carbon::parse($this->pivot->completed_at)->format('d.m.Y'), 'completed_at' => $this->pivot->completed_at, 'course_name' => $this->name, ]; } }