I have a State, County, salesTeam, and user models.
SalesTeam.php
public function state(){ return $this->belongsTo(State::class); } publ