hasMany(Order::class); } public function seller() { return $this->belongsTo(Seller::class); } }