belongsto(Seller::class); } public function storage() { return $this->belongsTo(Storage::class)->withDefault(); } }