belongsTo(User::class, 'pic_sales_id'); } /** * Get the agent associated with the customer. */ public function agent(): BelongsTo { return $this->belongsTo(Agent::class, 'agent_id'); } }