/home/techb158/ileadtechnology.com/app
Edit: /home/techb158/ileadtechnology.com/app/City.php (400B)
belongsTo('App\State','state_id','state_id');
}
public function country(){
return $this->belongsTo('App\Country','country_id','country_id');
}
public function statess(){
return $this->belongsTo('App\State','state_id','id');
}
}