belongsTo('App\User'); } public function deliveryinfo() { return $this->hasMany('App\Deliveryinfo'); } public function warehouse() { return $this->hasMany('App\Warehouse'); } public function contact() { return $this->hasMany('App\Contact'); } }