belongsTo(Concert::class); } public function recipients() { return $this->concert->orders()->pluck('email'); } }