coupon = $coupon; } public function broadcastOn() { return ['brand-'.$this->coupon->brand_id]; } public function broadcastWith() { return [ 'coupon' => $this->coupon, 'user' => $this->coupon->user ]; } }