belongsTo('App\Models\User','user_id'); } public function store() { return $this->belongsTo('App\Models\Store','store_id'); } }