hasOne('App\Models\Client', 'id', 'client_id'); } public function mno_info(){ return $this->hasOne('App\Models\NetworkOps', 'id', 'mno_id'); } public function userInfo(){ return $this->hasOne('App\Models\SystemUser', 'id', 'user_id'); } }