tickets = $tickets; } public function totalCost() { return $this->tickets->sum('price'); } }